Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / deep-is / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "deep-is@~0.1.2",
6         "scope": null,
7         "escapedName": "deep-is",
8         "name": "deep-is",
9         "rawSpec": "~0.1.2",
10         "spec": ">=0.1.2 <0.2.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\optionator"
14     ]
15   ],
16   "_from": "deep-is@>=0.1.2 <0.2.0",
17   "_id": "deep-is@0.1.3",
18   "_inCache": true,
19   "_location": "/deep-is",
20   "_npmUser": {
21     "name": "thlorenz",
22     "email": "thlorenz@gmx.de"
23   },
24   "_npmVersion": "1.4.14",
25   "_phantomChildren": {},
26   "_requested": {
27     "raw": "deep-is@~0.1.2",
28     "scope": null,
29     "escapedName": "deep-is",
30     "name": "deep-is",
31     "rawSpec": "~0.1.2",
32     "spec": ">=0.1.2 <0.2.0",
33     "type": "range"
34   },
35   "_requiredBy": [
36     "/optionator"
37   ],
38   "_resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz",
39   "_shasum": "b369d6fb5dbc13eecf524f91b070feedc357cf34",
40   "_shrinkwrap": null,
41   "_spec": "deep-is@~0.1.2",
42   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\optionator",
43   "author": {
44     "name": "Thorsten Lorenz",
45     "email": "thlorenz@gmx.de",
46     "url": "http://thlorenz.com"
47   },
48   "bugs": {
49     "url": "https://github.com/thlorenz/deep-is/issues"
50   },
51   "dependencies": {},
52   "description": "node's assert.deepEqual algorithm except for NaN being equal to NaN",
53   "devDependencies": {
54     "tape": "~1.0.2"
55   },
56   "directories": {
57     "lib": ".",
58     "example": "example",
59     "test": "test"
60   },
61   "dist": {
62     "shasum": "b369d6fb5dbc13eecf524f91b070feedc357cf34",
63     "tarball": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz"
64   },
65   "gitHead": "f126057628423458636dec9df3d621843b9ac55e",
66   "homepage": "https://github.com/thlorenz/deep-is",
67   "keywords": [
68     "equality",
69     "equal",
70     "compare"
71   ],
72   "license": {
73     "type": "MIT",
74     "url": "https://github.com/thlorenz/deep-is/blob/master/LICENSE"
75   },
76   "main": "index.js",
77   "maintainers": [
78     {
79       "name": "thlorenz",
80       "email": "thlorenz@gmx.de"
81     }
82   ],
83   "name": "deep-is",
84   "optionalDependencies": {},
85   "readme": "ERROR: No README data found!",
86   "repository": {
87     "type": "git",
88     "url": "git+ssh://git@github.com/thlorenz/deep-is.git"
89   },
90   "scripts": {
91     "test": "tape test/*.js"
92   },
93   "testling": {
94     "files": "test/*.js",
95     "browsers": {
96       "ie": [
97         6,
98         7,
99         8,
100         9
101       ],
102       "ff": [
103         3.5,
104         10,
105         15
106       ],
107       "chrome": [
108         10,
109         22
110       ],
111       "safari": [
112         5.1
113       ],
114       "opera": [
115         12
116       ]
117     }
118   },
119   "version": "0.1.3"
120 }