Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / fs-extra / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "fs-extra@~0.26.4",
6         "scope": null,
7         "escapedName": "fs-extra",
8         "name": "fs-extra",
9         "rawSpec": "~0.26.4",
10         "spec": ">=0.26.4 <0.27.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\phantomjs"
14     ]
15   ],
16   "_from": "fs-extra@>=0.26.4 <0.27.0",
17   "_id": "fs-extra@0.26.7",
18   "_inCache": true,
19   "_location": "/fs-extra",
20   "_nodeVersion": "5.3.0",
21   "_npmOperationalInternal": {
22     "host": "packages-12-west.internal.npmjs.com",
23     "tmp": "tmp/fs-extra-0.26.7.tgz_1458137480601_0.30359794734977186"
24   },
25   "_npmUser": {
26     "name": "jprichardson",
27     "email": "jprichardson@gmail.com"
28   },
29   "_npmVersion": "3.7.1",
30   "_phantomChildren": {},
31   "_requested": {
32     "raw": "fs-extra@~0.26.4",
33     "scope": null,
34     "escapedName": "fs-extra",
35     "name": "fs-extra",
36     "rawSpec": "~0.26.4",
37     "spec": ">=0.26.4 <0.27.0",
38     "type": "range"
39   },
40   "_requiredBy": [
41     "/phantomjs"
42   ],
43   "_resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.26.7.tgz",
44   "_shasum": "9ae1fdd94897798edab76d0918cf42d0c3184fa9",
45   "_shrinkwrap": null,
46   "_spec": "fs-extra@~0.26.4",
47   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\phantomjs",
48   "author": {
49     "name": "JP Richardson",
50     "email": "jprichardson@gmail.com"
51   },
52   "bugs": {
53     "url": "https://github.com/jprichardson/node-fs-extra/issues"
54   },
55   "dependencies": {
56     "graceful-fs": "^4.1.2",
57     "jsonfile": "^2.1.0",
58     "klaw": "^1.0.0",
59     "path-is-absolute": "^1.0.0",
60     "rimraf": "^2.2.8"
61   },
62   "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.",
63   "devDependencies": {
64     "coveralls": "^2.11.2",
65     "istanbul": "^0.3.5",
66     "minimist": "^1.1.1",
67     "mocha": "^2.1.0",
68     "read-dir-files": "^0.1.1",
69     "secure-random": "^1.1.1",
70     "semver": "^4.3.6",
71     "standard": "^5.3.1"
72   },
73   "directories": {},
74   "dist": {
75     "shasum": "9ae1fdd94897798edab76d0918cf42d0c3184fa9",
76     "tarball": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.26.7.tgz"
77   },
78   "gitHead": "1cde1961f2e971cb42060384312c5faa419c9792",
79   "homepage": "https://github.com/jprichardson/node-fs-extra",
80   "keywords": [
81     "fs",
82     "file",
83     "file system",
84     "copy",
85     "directory",
86     "extra",
87     "mkdirp",
88     "mkdir",
89     "mkdirs",
90     "recursive",
91     "json",
92     "read",
93     "write",
94     "extra",
95     "delete",
96     "remove",
97     "touch",
98     "create",
99     "text",
100     "output",
101     "move"
102   ],
103   "license": "MIT",
104   "main": "./lib/index",
105   "maintainers": [
106     {
107       "name": "jprichardson",
108       "email": "jprichardson@gmail.com"
109     }
110   ],
111   "name": "fs-extra",
112   "optionalDependencies": {},
113   "readme": "ERROR: No README data found!",
114   "repository": {
115     "type": "git",
116     "url": "git+https://github.com/jprichardson/node-fs-extra.git"
117   },
118   "scripts": {
119     "coverage": "istanbul cover test.js",
120     "coveralls": "npm run coverage && coveralls < coverage/lcov.info",
121     "test": "standard && node test.js",
122     "test-find": "find ./lib/**/__tests__ -name *.test.js | xargs mocha"
123   },
124   "version": "0.26.7"
125 }