Version 1
[yaffs-website] / node_modules / temp / package.json
1 {
2   "_args": [
3     [
4       "temp@^0.8.0",
5       "/var/www/yaffs/node_modules/phridge"
6     ]
7   ],
8   "_from": "temp@>=0.8.0 <0.9.0",
9   "_id": "temp@0.8.3",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/temp",
13   "_nodeVersion": "0.12.0",
14   "_npmUser": {
15     "email": "brwcodes@gmail.com",
16     "name": "bruce"
17   },
18   "_npmVersion": "2.5.1",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "temp",
22     "raw": "temp@^0.8.0",
23     "rawSpec": "^0.8.0",
24     "scope": null,
25     "spec": ">=0.8.0 <0.9.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/phridge"
30   ],
31   "_resolved": "https://registry.npmjs.org/temp/-/temp-0.8.3.tgz",
32   "_shasum": "e0c6bc4d26b903124410e4fed81103014dfc1f59",
33   "_shrinkwrap": null,
34   "_spec": "temp@^0.8.0",
35   "_where": "/var/www/yaffs/node_modules/phridge",
36   "author": {
37     "email": "brwcodes@gmail.com",
38     "name": "Bruce Williams"
39   },
40   "bugs": {
41     "url": "https://github.com/bruce/node-temp/issues"
42   },
43   "dependencies": {
44     "os-tmpdir": "^1.0.0",
45     "rimraf": "~2.2.6"
46   },
47   "description": "Temporary files and directories",
48   "devDependencies": {},
49   "directories": {
50     "lib": "lib"
51   },
52   "dist": {
53     "shasum": "e0c6bc4d26b903124410e4fed81103014dfc1f59",
54     "tarball": "https://registry.npmjs.org/temp/-/temp-0.8.3.tgz"
55   },
56   "engines": [
57     "node >=0.8.0"
58   ],
59   "gitHead": "76966b174840a540c8d1566507f2afcad99a3afa",
60   "homepage": "https://github.com/bruce/node-temp",
61   "keywords": [
62     "temp",
63     "tempdir",
64     "tempfile",
65     "temporary",
66     "tmp",
67     "tmpdir",
68     "tmpfile"
69   ],
70   "license": "MIT",
71   "main": "./lib/temp",
72   "maintainers": [
73     {
74       "name": "bruce",
75       "email": "bruce@codefluency.com"
76     }
77   ],
78   "name": "temp",
79   "optionalDependencies": {},
80   "readme": "ERROR: No README data found!",
81   "repository": {
82     "type": "git",
83     "url": "git://github.com/bruce/node-temp.git"
84   },
85   "scripts": {
86     "test": "node test/temp-test.js"
87   },
88   "tags": [
89     "security",
90     "temp",
91     "tempdir",
92     "tempfile",
93     "temporary",
94     "tmpdir",
95     "tmpfile"
96   ],
97   "version": "0.8.3"
98 }