Initial commit
[yaffs-website] / node_modules / onetime / package.json
1 {
2   "_args": [
3     [
4       "onetime@^1.0.0",
5       "/var/www/yaffs/node_modules/grunt-contrib-compass"
6     ]
7   ],
8   "_from": "onetime@>=1.0.0 <2.0.0",
9   "_id": "onetime@1.1.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/onetime",
13   "_nodeVersion": "4.2.1",
14   "_npmUser": {
15     "email": "sindresorhus@gmail.com",
16     "name": "sindresorhus"
17   },
18   "_npmVersion": "2.14.7",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "onetime",
22     "raw": "onetime@^1.0.0",
23     "rawSpec": "^1.0.0",
24     "scope": null,
25     "spec": ">=1.0.0 <2.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/grunt-contrib-compass"
30   ],
31   "_resolved": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz",
32   "_shasum": "a1f7838f8314c516f05ecefcbc4ccfe04b4ed789",
33   "_shrinkwrap": null,
34   "_spec": "onetime@^1.0.0",
35   "_where": "/var/www/yaffs/node_modules/grunt-contrib-compass",
36   "author": {
37     "email": "sindresorhus@gmail.com",
38     "name": "Sindre Sorhus",
39     "url": "sindresorhus.com"
40   },
41   "bugs": {
42     "url": "https://github.com/sindresorhus/onetime/issues"
43   },
44   "dependencies": {},
45   "description": "Only call a function once",
46   "devDependencies": {
47     "ava": "*",
48     "xo": "*"
49   },
50   "directories": {},
51   "dist": {
52     "shasum": "a1f7838f8314c516f05ecefcbc4ccfe04b4ed789",
53     "tarball": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz"
54   },
55   "engines": {
56     "node": ">=0.10.0"
57   },
58   "files": [
59     "index.js"
60   ],
61   "gitHead": "6fae2fb77b95b49719d1c270d8ba07d9515bdfe8",
62   "homepage": "https://github.com/sindresorhus/onetime",
63   "keywords": [
64     "call",
65     "function",
66     "once",
67     "one",
68     "prevent",
69     "single"
70   ],
71   "license": "MIT",
72   "maintainers": [
73     {
74       "name": "sindresorhus",
75       "email": "sindresorhus@gmail.com"
76     }
77   ],
78   "name": "onetime",
79   "optionalDependencies": {},
80   "readme": "ERROR: No README data found!",
81   "repository": {
82     "type": "git",
83     "url": "git+https://github.com/sindresorhus/onetime.git"
84   },
85   "scripts": {
86     "test": "xo && ava"
87   },
88   "version": "1.1.0"
89 }