Initial commit
[yaffs-website] / node_modules / os-tmpdir / package.json
1 {
2   "_args": [
3     [
4       "os-tmpdir@^1.0.0",
5       "/var/www/yaffs/node_modules/tempfile"
6     ]
7   ],
8   "_from": "os-tmpdir@>=1.0.0 <2.0.0",
9   "_id": "os-tmpdir@1.0.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/os-tmpdir",
13   "_nodeVersion": "6.6.0",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/os-tmpdir-1.0.2.tgz_1475211274587_0.14931037812493742"
17   },
18   "_npmUser": {
19     "email": "sindresorhus@gmail.com",
20     "name": "sindresorhus"
21   },
22   "_npmVersion": "3.10.3",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "os-tmpdir",
26     "raw": "os-tmpdir@^1.0.0",
27     "rawSpec": "^1.0.0",
28     "scope": null,
29     "spec": ">=1.0.0 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/gulp-ruby-sass",
34     "/tempfile"
35   ],
36   "_resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
37   "_shasum": "bbe67406c79aa85c5cfec766fe5734555dfa1274",
38   "_shrinkwrap": null,
39   "_spec": "os-tmpdir@^1.0.0",
40   "_where": "/var/www/yaffs/node_modules/tempfile",
41   "author": {
42     "email": "sindresorhus@gmail.com",
43     "name": "Sindre Sorhus",
44     "url": "sindresorhus.com"
45   },
46   "bugs": {
47     "url": "https://github.com/sindresorhus/os-tmpdir/issues"
48   },
49   "dependencies": {},
50   "description": "Node.js os.tmpdir() ponyfill",
51   "devDependencies": {
52     "ava": "*",
53     "xo": "^0.16.0"
54   },
55   "directories": {},
56   "dist": {
57     "shasum": "bbe67406c79aa85c5cfec766fe5734555dfa1274",
58     "tarball": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz"
59   },
60   "engines": {
61     "node": ">=0.10.0"
62   },
63   "files": [
64     "index.js"
65   ],
66   "gitHead": "1abf9cf5611b4be7377060ea67054b45cbf6813c",
67   "homepage": "https://github.com/sindresorhus/os-tmpdir#readme",
68   "keywords": [
69     "built-in",
70     "core",
71     "dir",
72     "directory",
73     "env",
74     "environment",
75     "os",
76     "polyfill",
77     "ponyfill",
78     "shim",
79     "temp",
80     "tempdir",
81     "tmp",
82     "tmpdir"
83   ],
84   "license": "MIT",
85   "maintainers": [
86     {
87       "name": "sindresorhus",
88       "email": "sindresorhus@gmail.com"
89     }
90   ],
91   "name": "os-tmpdir",
92   "optionalDependencies": {},
93   "readme": "ERROR: No README data found!",
94   "repository": {
95     "type": "git",
96     "url": "git+https://github.com/sindresorhus/os-tmpdir.git"
97   },
98   "scripts": {
99     "test": "xo && ava"
100   },
101   "version": "1.0.2"
102 }