Security update for permissions_by_term
[yaffs-website] / node_modules / fs-extra / package.json
1 {
2   "_args": [
3     [
4       "fs-extra@~1.0.0",
5       "/var/www/yaffs/node_modules/phantomjs-prebuilt"
6     ]
7   ],
8   "_from": "fs-extra@>=1.0.0 <1.1.0",
9   "_id": "fs-extra@1.0.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/fs-extra",
13   "_nodeVersion": "6.5.0",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/fs-extra-1.0.0.tgz_1477980958532_0.9847910783719271"
17   },
18   "_npmUser": {
19     "email": "jprichardson@gmail.com",
20     "name": "jprichardson"
21   },
22   "_npmVersion": "3.10.3",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "fs-extra",
26     "raw": "fs-extra@~1.0.0",
27     "rawSpec": "~1.0.0",
28     "scope": null,
29     "spec": ">=1.0.0 <1.1.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/phantomjs-prebuilt"
34   ],
35   "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-1.0.0.tgz",
36   "_shasum": "cd3ce5f7e7cb6145883fcae3191e9877f8587950",
37   "_shrinkwrap": null,
38   "_spec": "fs-extra@~1.0.0",
39   "_where": "/var/www/yaffs/node_modules/phantomjs-prebuilt",
40   "author": {
41     "email": "jprichardson@gmail.com",
42     "name": "JP Richardson"
43   },
44   "bugs": {
45     "url": "https://github.com/jprichardson/node-fs-extra/issues"
46   },
47   "dependencies": {
48     "graceful-fs": "^4.1.2",
49     "jsonfile": "^2.1.0",
50     "klaw": "^1.0.0"
51   },
52   "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
53   "devDependencies": {
54     "coveralls": "^2.11.2",
55     "istanbul": "^0.4.5",
56     "minimist": "^1.1.1",
57     "mocha": "^3.1.2",
58     "proxyquire": "^1.7.10",
59     "read-dir-files": "^0.1.1",
60     "rimraf": "^2.2.8",
61     "secure-random": "^1.1.1",
62     "semver": "^5.3.0",
63     "standard": "^8.5.0"
64   },
65   "directories": {},
66   "dist": {
67     "shasum": "cd3ce5f7e7cb6145883fcae3191e9877f8587950",
68     "tarball": "https://registry.npmjs.org/fs-extra/-/fs-extra-1.0.0.tgz"
69   },
70   "gitHead": "2da7defbd3d3f140f4d2f4cfa7e89b11846a827a",
71   "homepage": "https://github.com/jprichardson/node-fs-extra",
72   "keywords": [
73     "copy",
74     "create",
75     "delete",
76     "directory",
77     "extra",
78     "extra",
79     "file",
80     "file system",
81     "fs",
82     "json",
83     "mkdir",
84     "mkdirp",
85     "mkdirs",
86     "move",
87     "output",
88     "read",
89     "recursive",
90     "remove",
91     "text",
92     "touch",
93     "write"
94   ],
95   "license": "MIT",
96   "main": "./lib/index",
97   "maintainers": [
98     {
99       "name": "jprichardson",
100       "email": "jprichardson@gmail.com"
101     }
102   ],
103   "name": "fs-extra",
104   "optionalDependencies": {},
105   "readme": "ERROR: No README data found!",
106   "repository": {
107     "type": "git",
108     "url": "git+https://github.com/jprichardson/node-fs-extra.git"
109   },
110   "scripts": {
111     "coverage": "istanbul cover -i 'lib/**' -x '**/__tests__/**' test.js",
112     "coveralls": "npm run coverage && coveralls < coverage/lcov.info",
113     "lint": "standard",
114     "test": "npm run lint && npm run unit",
115     "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha",
116     "unit": "node test.js"
117   },
118   "version": "1.0.0"
119 }