Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / klaw / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "klaw@^1.0.0",
6         "scope": null,
7         "escapedName": "klaw",
8         "name": "klaw",
9         "rawSpec": "^1.0.0",
10         "spec": ">=1.0.0 <2.0.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\fs-extra"
14     ]
15   ],
16   "_from": "klaw@>=1.0.0 <2.0.0",
17   "_id": "klaw@1.3.1",
18   "_inCache": true,
19   "_location": "/klaw",
20   "_nodeVersion": "6.5.0",
21   "_npmOperationalInternal": {
22     "host": "packages-18-east.internal.npmjs.com",
23     "tmp": "tmp/klaw-1.3.1.tgz_1477411628636_0.7360875811427832"
24   },
25   "_npmUser": {
26     "name": "jprichardson",
27     "email": "jprichardson@gmail.com"
28   },
29   "_npmVersion": "3.10.3",
30   "_phantomChildren": {},
31   "_requested": {
32     "raw": "klaw@^1.0.0",
33     "scope": null,
34     "escapedName": "klaw",
35     "name": "klaw",
36     "rawSpec": "^1.0.0",
37     "spec": ">=1.0.0 <2.0.0",
38     "type": "range"
39   },
40   "_requiredBy": [
41     "/fs-extra"
42   ],
43   "_resolved": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz",
44   "_shasum": "4088433b46b3b1ba259d78785d8e96f73ba02439",
45   "_shrinkwrap": null,
46   "_spec": "klaw@^1.0.0",
47   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\fs-extra",
48   "author": {
49     "name": "JP Richardson"
50   },
51   "bugs": {
52     "url": "https://github.com/jprichardson/node-klaw/issues"
53   },
54   "dependencies": {
55     "graceful-fs": "^4.1.9"
56   },
57   "description": "File system walker with Readable stream interface.",
58   "devDependencies": {
59     "mkdirp": "^0.5.1",
60     "mock-fs": "^3.8.0",
61     "rimraf": "^2.4.3",
62     "standard": "^8.4.0",
63     "tap-spec": "^4.1.1",
64     "tape": "^4.2.2"
65   },
66   "directories": {},
67   "dist": {
68     "shasum": "4088433b46b3b1ba259d78785d8e96f73ba02439",
69     "tarball": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz"
70   },
71   "gitHead": "7ceea730d54726affeaca62d6e362db0b6881f93",
72   "homepage": "https://github.com/jprichardson/node-klaw#readme",
73   "keywords": [
74     "walk",
75     "walker",
76     "fs",
77     "fs-extra",
78     "readable",
79     "streams"
80   ],
81   "license": "MIT",
82   "main": "./src/index.js",
83   "maintainers": [
84     {
85       "name": "jprichardson",
86       "email": "jprichardson@gmail.com"
87     }
88   ],
89   "name": "klaw",
90   "optionalDependencies": {
91     "graceful-fs": "^4.1.9"
92   },
93   "readme": "ERROR: No README data found!",
94   "repository": {
95     "type": "git",
96     "url": "git+https://github.com/jprichardson/node-klaw.git"
97   },
98   "scripts": {
99     "lint": "standard",
100     "test": "npm run lint && npm run unit",
101     "unit": "tape tests/**/*.js | tap-spec"
102   },
103   "version": "1.3.1"
104 }