Initial commit
[yaffs-website] / node_modules / tempfile / package.json
1 {
2   "_args": [
3     [
4       "tempfile@^1.0.0",
5       "/var/www/yaffs/node_modules/exec-buffer"
6     ]
7   ],
8   "_from": "tempfile@>=1.0.0 <2.0.0",
9   "_id": "tempfile@1.1.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/tempfile",
13   "_nodeVersion": "0.12.2",
14   "_npmUser": {
15     "email": "sindresorhus@gmail.com",
16     "name": "sindresorhus"
17   },
18   "_npmVersion": "2.9.0",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "tempfile",
22     "raw": "tempfile@^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     "/bin-build",
30     "/exec-buffer"
31   ],
32   "_resolved": "https://registry.npmjs.org/tempfile/-/tempfile-1.1.1.tgz",
33   "_shasum": "5bcc4eaecc4ab2c707d8bc11d99ccc9a2cb287f2",
34   "_shrinkwrap": null,
35   "_spec": "tempfile@^1.0.0",
36   "_where": "/var/www/yaffs/node_modules/exec-buffer",
37   "author": {
38     "email": "sindresorhus@gmail.com",
39     "name": "Sindre Sorhus",
40     "url": "http://sindresorhus.com"
41   },
42   "bugs": {
43     "url": "https://github.com/sindresorhus/tempfile/issues"
44   },
45   "dependencies": {
46     "os-tmpdir": "^1.0.0",
47     "uuid": "^2.0.1"
48   },
49   "description": "Get a random temp file path",
50   "devDependencies": {
51     "mocha": "*"
52   },
53   "directories": {},
54   "dist": {
55     "shasum": "5bcc4eaecc4ab2c707d8bc11d99ccc9a2cb287f2",
56     "tarball": "https://registry.npmjs.org/tempfile/-/tempfile-1.1.1.tgz"
57   },
58   "engines": {
59     "node": ">=0.10.0"
60   },
61   "files": [
62     "index.js"
63   ],
64   "gitHead": "8f245060155cb44945b8c636109f91c09d2af5e2",
65   "homepage": "https://github.com/sindresorhus/tempfile#readme",
66   "keywords": [
67     "file",
68     "path",
69     "rand",
70     "random",
71     "temp",
72     "tempfile",
73     "temporary",
74     "tmp"
75   ],
76   "license": "MIT",
77   "maintainers": [
78     {
79       "name": "sindresorhus",
80       "email": "sindresorhus@gmail.com"
81     }
82   ],
83   "name": "tempfile",
84   "optionalDependencies": {},
85   "readme": "ERROR: No README data found!",
86   "repository": {
87     "type": "git",
88     "url": "git+https://github.com/sindresorhus/tempfile.git"
89   },
90   "scripts": {
91     "test": "mocha"
92   },
93   "version": "1.1.1"
94 }