Initial commit
[yaffs-website] / node_modules / fs.realpath / package.json
1 {
2   "_args": [
3     [
4       "fs.realpath@^1.0.0",
5       "/var/www/yaffs/node_modules/glob"
6     ]
7   ],
8   "_from": "fs.realpath@>=1.0.0 <2.0.0",
9   "_id": "fs.realpath@1.0.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/fs.realpath",
13   "_nodeVersion": "4.4.4",
14   "_npmOperationalInternal": {
15     "host": "packages-16-east.internal.npmjs.com",
16     "tmp": "tmp/fs.realpath-1.0.0.tgz_1466015941059_0.3332864767871797"
17   },
18   "_npmUser": {
19     "email": "i@izs.me",
20     "name": "isaacs"
21   },
22   "_npmVersion": "3.9.1",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "fs.realpath",
26     "raw": "fs.realpath@^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     "/glob"
34   ],
35   "_resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
36   "_shasum": "1504ad2523158caa40db4a2787cb01411994ea4f",
37   "_shrinkwrap": null,
38   "_spec": "fs.realpath@^1.0.0",
39   "_where": "/var/www/yaffs/node_modules/glob",
40   "author": {
41     "email": "i@izs.me",
42     "name": "Isaac Z. Schlueter",
43     "url": "http://blog.izs.me/"
44   },
45   "bugs": {
46     "url": "https://github.com/isaacs/fs.realpath/issues"
47   },
48   "dependencies": {},
49   "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails",
50   "devDependencies": {},
51   "directories": {},
52   "dist": {
53     "shasum": "1504ad2523158caa40db4a2787cb01411994ea4f",
54     "tarball": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
55   },
56   "files": [
57     "index.js",
58     "old.js"
59   ],
60   "gitHead": "03e7c884431fe185dfebbc9b771aeca339c1807a",
61   "homepage": "https://github.com/isaacs/fs.realpath#readme",
62   "keywords": [
63     "fs",
64     "polyfill",
65     "realpath"
66   ],
67   "license": "ISC",
68   "main": "index.js",
69   "maintainers": [
70     {
71       "name": "isaacs",
72       "email": "i@izs.me"
73     }
74   ],
75   "name": "fs.realpath",
76   "optionalDependencies": {},
77   "readme": "ERROR: No README data found!",
78   "repository": {
79     "type": "git",
80     "url": "git+https://github.com/isaacs/fs.realpath.git"
81   },
82   "scripts": {
83     "test": "tap test/*.js --cov"
84   },
85   "version": "1.0.0"
86 }