Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / for-in / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "for-in@^1.0.1",
6         "scope": null,
7         "escapedName": "for-in",
8         "name": "for-in",
9         "rawSpec": "^1.0.1",
10         "spec": ">=1.0.1 <2.0.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\for-own"
14     ]
15   ],
16   "_from": "for-in@>=1.0.1 <2.0.0",
17   "_id": "for-in@1.0.2",
18   "_inCache": true,
19   "_location": "/for-in",
20   "_nodeVersion": "7.5.0",
21   "_npmOperationalInternal": {
22     "host": "packages-18-east.internal.npmjs.com",
23     "tmp": "tmp/for-in-1.0.2.tgz_1488298375632_0.9562143329530954"
24   },
25   "_npmUser": {
26     "name": "jonschlinkert",
27     "email": "github@sellside.com"
28   },
29   "_npmVersion": "4.1.2",
30   "_phantomChildren": {},
31   "_requested": {
32     "raw": "for-in@^1.0.1",
33     "scope": null,
34     "escapedName": "for-in",
35     "name": "for-in",
36     "rawSpec": "^1.0.1",
37     "spec": ">=1.0.1 <2.0.0",
38     "type": "range"
39   },
40   "_requiredBy": [
41     "/for-own"
42   ],
43   "_resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
44   "_shasum": "81068d295a8142ec0ac726c6e2200c30fb6d5e80",
45   "_shrinkwrap": null,
46   "_spec": "for-in@^1.0.1",
47   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\for-own",
48   "author": {
49     "name": "Jon Schlinkert",
50     "url": "https://github.com/jonschlinkert"
51   },
52   "bugs": {
53     "url": "https://github.com/jonschlinkert/for-in/issues"
54   },
55   "contributors": [
56     {
57       "name": "Jon Schlinkert",
58       "email": "jon.schlinkert@sellside.com",
59       "url": "http://twitter.com/jonschlinkert"
60     },
61     {
62       "name": "Paul Irish",
63       "url": "http://paulirish.com"
64     }
65   ],
66   "dependencies": {},
67   "description": "Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js",
68   "devDependencies": {
69     "gulp-format-md": "^0.1.11",
70     "mocha": "^3.2.0"
71   },
72   "directories": {},
73   "dist": {
74     "shasum": "81068d295a8142ec0ac726c6e2200c30fb6d5e80",
75     "tarball": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz"
76   },
77   "engines": {
78     "node": ">=0.10.0"
79   },
80   "files": [
81     "index.js"
82   ],
83   "gitHead": "5f97ad4f6556e938d9b71614259ddd8044a081e3",
84   "homepage": "https://github.com/jonschlinkert/for-in",
85   "keywords": [
86     "for",
87     "for-in",
88     "for-own",
89     "has",
90     "has-own",
91     "hasOwn",
92     "in",
93     "key",
94     "keys",
95     "object",
96     "own",
97     "value"
98   ],
99   "license": "MIT",
100   "main": "index.js",
101   "maintainers": [
102     {
103       "name": "jonschlinkert",
104       "email": "github@sellside.com"
105     },
106     {
107       "name": "doowb",
108       "email": "brian.woodward@gmail.com"
109     }
110   ],
111   "name": "for-in",
112   "optionalDependencies": {},
113   "readme": "ERROR: No README data found!",
114   "repository": {
115     "type": "git",
116     "url": "git+https://github.com/jonschlinkert/for-in.git"
117   },
118   "scripts": {
119     "test": "mocha"
120   },
121   "verb": {
122     "run": true,
123     "toc": false,
124     "layout": "default",
125     "tasks": [
126       "readme"
127     ],
128     "plugins": [
129       "gulp-format-md"
130     ],
131     "related": {
132       "list": [
133         "arr-flatten",
134         "collection-map",
135         "for-own"
136       ]
137     },
138     "reflinks": [
139       "verb"
140     ],
141     "lint": {
142       "reflinks": true
143     }
144   },
145   "version": "1.0.2"
146 }