Initial commit
[yaffs-website] / node_modules / once / package.json
1 {
2   "_args": [
3     [
4       "once@^1.3.0",
5       "/var/www/yaffs/node_modules/findup-sync/node_modules/glob"
6     ]
7   ],
8   "_from": "once@>=1.3.0 <2.0.0",
9   "_id": "once@1.4.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/once",
13   "_nodeVersion": "6.5.0",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/once-1.4.0.tgz_1473196269128_0.537820661207661"
17   },
18   "_npmUser": {
19     "email": "i@izs.me",
20     "name": "isaacs"
21   },
22   "_npmVersion": "3.10.7",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "once",
26     "raw": "once@^1.3.0",
27     "rawSpec": "^1.3.0",
28     "scope": null,
29     "spec": ">=1.3.0 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/findup-sync/glob",
34     "/glob",
35     "/inflight"
36   ],
37   "_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
38   "_shasum": "583b1aa775961d4b113ac17d9c50baef9dd76bd1",
39   "_shrinkwrap": null,
40   "_spec": "once@^1.3.0",
41   "_where": "/var/www/yaffs/node_modules/findup-sync/node_modules/glob",
42   "author": {
43     "email": "i@izs.me",
44     "name": "Isaac Z. Schlueter",
45     "url": "http://blog.izs.me/"
46   },
47   "bugs": {
48     "url": "https://github.com/isaacs/once/issues"
49   },
50   "dependencies": {
51     "wrappy": "1"
52   },
53   "description": "Run a function exactly one time",
54   "devDependencies": {
55     "tap": "^7.0.1"
56   },
57   "directories": {
58     "test": "test"
59   },
60   "dist": {
61     "shasum": "583b1aa775961d4b113ac17d9c50baef9dd76bd1",
62     "tarball": "https://registry.npmjs.org/once/-/once-1.4.0.tgz"
63   },
64   "files": [
65     "once.js"
66   ],
67   "gitHead": "0e614d9f5a7e6f0305c625f6b581f6d80b33b8a6",
68   "homepage": "https://github.com/isaacs/once#readme",
69   "keywords": [
70     "function",
71     "once",
72     "one",
73     "single"
74   ],
75   "license": "ISC",
76   "main": "once.js",
77   "maintainers": [
78     {
79       "name": "isaacs",
80       "email": "i@izs.me"
81     }
82   ],
83   "name": "once",
84   "optionalDependencies": {},
85   "readme": "ERROR: No README data found!",
86   "repository": {
87     "type": "git",
88     "url": "git://github.com/isaacs/once.git"
89   },
90   "scripts": {
91     "test": "tap test/*.js"
92   },
93   "version": "1.4.0"
94 }