Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / number-is-nan / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "number-is-nan@^1.0.0",
6         "scope": null,
7         "escapedName": "number-is-nan",
8         "name": "number-is-nan",
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\\is-finite"
14     ]
15   ],
16   "_from": "number-is-nan@>=1.0.0 <2.0.0",
17   "_id": "number-is-nan@1.0.1",
18   "_inCache": true,
19   "_location": "/number-is-nan",
20   "_nodeVersion": "4.5.0",
21   "_npmOperationalInternal": {
22     "host": "packages-12-west.internal.npmjs.com",
23     "tmp": "tmp/number-is-nan-1.0.1.tgz_1475212313367_0.9480371843092144"
24   },
25   "_npmUser": {
26     "name": "sindresorhus",
27     "email": "sindresorhus@gmail.com"
28   },
29   "_npmVersion": "2.15.9",
30   "_phantomChildren": {},
31   "_requested": {
32     "raw": "number-is-nan@^1.0.0",
33     "scope": null,
34     "escapedName": "number-is-nan",
35     "name": "number-is-nan",
36     "rawSpec": "^1.0.0",
37     "spec": ">=1.0.0 <2.0.0",
38     "type": "range"
39   },
40   "_requiredBy": [
41     "/is-finite"
42   ],
43   "_resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
44   "_shasum": "097b602b53422a522c1afb8790318336941a011d",
45   "_shrinkwrap": null,
46   "_spec": "number-is-nan@^1.0.0",
47   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\is-finite",
48   "author": {
49     "name": "Sindre Sorhus",
50     "email": "sindresorhus@gmail.com",
51     "url": "sindresorhus.com"
52   },
53   "bugs": {
54     "url": "https://github.com/sindresorhus/number-is-nan/issues"
55   },
56   "dependencies": {},
57   "description": "ES2015 Number.isNaN() ponyfill",
58   "devDependencies": {
59     "ava": "*"
60   },
61   "directories": {},
62   "dist": {
63     "shasum": "097b602b53422a522c1afb8790318336941a011d",
64     "tarball": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz"
65   },
66   "engines": {
67     "node": ">=0.10.0"
68   },
69   "files": [
70     "index.js"
71   ],
72   "gitHead": "ed9cdac3f428cc929b61bb230da42c87477af4b9",
73   "homepage": "https://github.com/sindresorhus/number-is-nan#readme",
74   "keywords": [
75     "es2015",
76     "ecmascript",
77     "ponyfill",
78     "polyfill",
79     "shim",
80     "number",
81     "is",
82     "nan",
83     "not"
84   ],
85   "license": "MIT",
86   "maintainers": [
87     {
88       "name": "sindresorhus",
89       "email": "sindresorhus@gmail.com"
90     }
91   ],
92   "name": "number-is-nan",
93   "optionalDependencies": {},
94   "readme": "ERROR: No README data found!",
95   "repository": {
96     "type": "git",
97     "url": "git+https://github.com/sindresorhus/number-is-nan.git"
98   },
99   "scripts": {
100     "test": "ava"
101   },
102   "version": "1.0.1"
103 }