Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / jsonfile / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "jsonfile@^2.1.0",
6         "scope": null,
7         "escapedName": "jsonfile",
8         "name": "jsonfile",
9         "rawSpec": "^2.1.0",
10         "spec": ">=2.1.0 <3.0.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\fs-extra"
14     ]
15   ],
16   "_from": "jsonfile@>=2.1.0 <3.0.0",
17   "_id": "jsonfile@2.4.0",
18   "_inCache": true,
19   "_location": "/jsonfile",
20   "_nodeVersion": "6.1.0",
21   "_npmOperationalInternal": {
22     "host": "packages-12-west.internal.npmjs.com",
23     "tmp": "tmp/jsonfile-2.4.0.tgz_1473989978270_0.6271681792568415"
24   },
25   "_npmUser": {
26     "name": "jprichardson",
27     "email": "jprichardson@gmail.com"
28   },
29   "_npmVersion": "3.8.6",
30   "_phantomChildren": {},
31   "_requested": {
32     "raw": "jsonfile@^2.1.0",
33     "scope": null,
34     "escapedName": "jsonfile",
35     "name": "jsonfile",
36     "rawSpec": "^2.1.0",
37     "spec": ">=2.1.0 <3.0.0",
38     "type": "range"
39   },
40   "_requiredBy": [
41     "/fs-extra"
42   ],
43   "_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz",
44   "_shasum": "3736a2b428b87bbda0cc83b53fa3d633a35c2ae8",
45   "_shrinkwrap": null,
46   "_spec": "jsonfile@^2.1.0",
47   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\fs-extra",
48   "author": {
49     "name": "JP Richardson",
50     "email": "jprichardson@gmail.com"
51   },
52   "bugs": {
53     "url": "https://github.com/jprichardson/node-jsonfile/issues"
54   },
55   "dependencies": {
56     "graceful-fs": "^4.1.6"
57   },
58   "description": "Easily read/write JSON files.",
59   "devDependencies": {
60     "mocha": "2.x",
61     "mock-fs": "^3.8.0",
62     "rimraf": "^2.4.0",
63     "standard": "^6.0.8"
64   },
65   "directories": {},
66   "dist": {
67     "shasum": "3736a2b428b87bbda0cc83b53fa3d633a35c2ae8",
68     "tarball": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz"
69   },
70   "gitHead": "00b3983ac4aade79c64c7a8c2ced257078625c6d",
71   "homepage": "https://github.com/jprichardson/node-jsonfile#readme",
72   "keywords": [
73     "read",
74     "write",
75     "file",
76     "json",
77     "fs",
78     "fs-extra"
79   ],
80   "license": "MIT",
81   "main": "index.js",
82   "maintainers": [
83     {
84       "name": "jprichardson",
85       "email": "jprichardson@gmail.com"
86     }
87   ],
88   "name": "jsonfile",
89   "optionalDependencies": {
90     "graceful-fs": "^4.1.6"
91   },
92   "readme": "ERROR: No README data found!",
93   "repository": {
94     "type": "git",
95     "url": "git+ssh://git@github.com/jprichardson/node-jsonfile.git"
96   },
97   "scripts": {
98     "lint": "standard",
99     "test": "npm run lint && npm run unit",
100     "unit": "mocha"
101   },
102   "version": "2.4.0"
103 }