Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / is-primitive / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "is-primitive@^2.0.0",
6         "scope": null,
7         "escapedName": "is-primitive",
8         "name": "is-primitive",
9         "rawSpec": "^2.0.0",
10         "spec": ">=2.0.0 <3.0.0",
11         "type": "range"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\regex-cache"
14     ]
15   ],
16   "_from": "is-primitive@>=2.0.0 <3.0.0",
17   "_id": "is-primitive@2.0.0",
18   "_inCache": true,
19   "_location": "/is-primitive",
20   "_nodeVersion": "0.12.0",
21   "_npmUser": {
22     "name": "jonschlinkert",
23     "email": "github@sellside.com"
24   },
25   "_npmVersion": "2.5.1",
26   "_phantomChildren": {},
27   "_requested": {
28     "raw": "is-primitive@^2.0.0",
29     "scope": null,
30     "escapedName": "is-primitive",
31     "name": "is-primitive",
32     "rawSpec": "^2.0.0",
33     "spec": ">=2.0.0 <3.0.0",
34     "type": "range"
35   },
36   "_requiredBy": [
37     "/is-equal-shallow",
38     "/regex-cache"
39   ],
40   "_resolved": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz",
41   "_shasum": "207bab91638499c07b2adf240a41a87210034575",
42   "_shrinkwrap": null,
43   "_spec": "is-primitive@^2.0.0",
44   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\regex-cache",
45   "author": {
46     "name": "Jon Schlinkert",
47     "url": "https://github.com/jonschlinkert"
48   },
49   "bugs": {
50     "url": "https://github.com/jonschlinkert/is-primitive/issues"
51   },
52   "dependencies": {},
53   "description": "Returns `true` if the value is a primitive. ",
54   "devDependencies": {
55     "mocha": "*",
56     "should": "^4.0.4"
57   },
58   "directories": {},
59   "dist": {
60     "shasum": "207bab91638499c07b2adf240a41a87210034575",
61     "tarball": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz"
62   },
63   "engines": {
64     "node": ">=0.10.0"
65   },
66   "files": [
67     "index.js"
68   ],
69   "gitHead": "c512b7c95fb049aa9b1f039ddc0670611b66cce2",
70   "homepage": "https://github.com/jonschlinkert/is-primitive",
71   "keywords": [
72     "boolean",
73     "check",
74     "number",
75     "primitive",
76     "string",
77     "symbol",
78     "type",
79     "typeof",
80     "util"
81   ],
82   "license": {
83     "type": "MIT",
84     "url": "https://github.com/jonschlinkert/is-primitive/blob/master/LICENSE"
85   },
86   "main": "index.js",
87   "maintainers": [
88     {
89       "name": "jonschlinkert",
90       "email": "github@sellside.com"
91     }
92   ],
93   "name": "is-primitive",
94   "optionalDependencies": {},
95   "readme": "ERROR: No README data found!",
96   "repository": {
97     "type": "git",
98     "url": "git://github.com/jonschlinkert/is-primitive.git"
99   },
100   "scripts": {
101     "test": "mocha"
102   },
103   "version": "2.0.0"
104 }