Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / crc / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "crc@3.3.0",
6         "scope": null,
7         "escapedName": "crc",
8         "name": "crc",
9         "rawSpec": "3.3.0",
10         "spec": "3.3.0",
11         "type": "version"
12       },
13       "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\express-session"
14     ]
15   ],
16   "_from": "crc@3.3.0",
17   "_id": "crc@3.3.0",
18   "_inCache": true,
19   "_location": "/crc",
20   "_nodeVersion": "0.12.2",
21   "_npmUser": {
22     "name": "alexgorbatchev",
23     "email": "alex.gorbatchev@gmail.com"
24   },
25   "_npmVersion": "2.7.4",
26   "_phantomChildren": {},
27   "_requested": {
28     "raw": "crc@3.3.0",
29     "scope": null,
30     "escapedName": "crc",
31     "name": "crc",
32     "rawSpec": "3.3.0",
33     "spec": "3.3.0",
34     "type": "version"
35   },
36   "_requiredBy": [
37     "/express-session"
38   ],
39   "_resolved": "https://registry.npmjs.org/crc/-/crc-3.3.0.tgz",
40   "_shasum": "fa622e1bc388bf257309082d6b65200ce67090ba",
41   "_shrinkwrap": null,
42   "_spec": "crc@3.3.0",
43   "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\express-session",
44   "author": {
45     "name": "Alex Gorbatchev",
46     "url": "https://github.com/alexgorbatchev"
47   },
48   "bugs": {
49     "url": "https://github.com/alexgorbatchev/node-crc/issues"
50   },
51   "dependencies": {},
52   "description": "Various CRC JavaScript implementations",
53   "devDependencies": {
54     "beautify-benchmark": "^0.2.4",
55     "benchmark": "^1.0.0",
56     "buffer-crc32": "^0.2.3",
57     "chai": "~1.9.1",
58     "coffee-errors": "~0.8.6",
59     "coffee-script": "~1.7.1",
60     "mocha": "*",
61     "seedrandom": "^2.3.6"
62   },
63   "directories": {},
64   "dist": {
65     "shasum": "fa622e1bc388bf257309082d6b65200ce67090ba",
66     "tarball": "https://registry.npmjs.org/crc/-/crc-3.3.0.tgz"
67   },
68   "gitHead": "5ec5f3c74cd5a0315ac428af695743ff447a6723",
69   "homepage": "https://github.com/alexgorbatchev/node-crc",
70   "keywords": [
71     "crc"
72   ],
73   "license": "MIT",
74   "main": "./lib/index.js",
75   "maintainers": [
76     {
77       "name": "alexgorbatchev",
78       "email": "alex.gorbatchev@gmail.com"
79     }
80   ],
81   "name": "crc",
82   "optionalDependencies": {},
83   "readme": "ERROR: No README data found!",
84   "repository": {
85     "type": "git",
86     "url": "git://github.com/alexgorbatchev/node-crc.git"
87   },
88   "scripts": {
89     "pretest": "coffee --bare --output ./lib --compile ./src/*.coffee",
90     "test": "mocha test/*.spec.coffee"
91   },
92   "version": "3.3.0"
93 }