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