summaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/crc/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/crc/package.json')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/crc/package.json93
1 files changed, 93 insertions, 0 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/crc/package.json b/vnfmarket/src/main/webapp/vnfmarket/node_modules/crc/package.json
new file mode 100644
index 00000000..1ce5f348
--- /dev/null
+++ b/vnfmarket/src/main/webapp/vnfmarket/node_modules/crc/package.json
@@ -0,0 +1,93 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "crc@3.3.0",
+ "scope": null,
+ "escapedName": "crc",
+ "name": "crc",
+ "rawSpec": "3.3.0",
+ "spec": "3.3.0",
+ "type": "version"
+ },
+ "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\express-session"
+ ]
+ ],
+ "_from": "crc@3.3.0",
+ "_id": "crc@3.3.0",
+ "_inCache": true,
+ "_location": "/crc",
+ "_nodeVersion": "0.12.2",
+ "_npmUser": {
+ "name": "alexgorbatchev",
+ "email": "alex.gorbatchev@gmail.com"
+ },
+ "_npmVersion": "2.7.4",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "crc@3.3.0",
+ "scope": null,
+ "escapedName": "crc",
+ "name": "crc",
+ "rawSpec": "3.3.0",
+ "spec": "3.3.0",
+ "type": "version"
+ },
+ "_requiredBy": [
+ "/express-session"
+ ],
+ "_resolved": "https://registry.npmjs.org/crc/-/crc-3.3.0.tgz",
+ "_shasum": "fa622e1bc388bf257309082d6b65200ce67090ba",
+ "_shrinkwrap": null,
+ "_spec": "crc@3.3.0",
+ "_where": "C:\\apache-tomcat-8.5.11\\webapps\\vnfmarket\\node_modules\\express-session",
+ "author": {
+ "name": "Alex Gorbatchev",
+ "url": "https://github.com/alexgorbatchev"
+ },
+ "bugs": {
+ "url": "https://github.com/alexgorbatchev/node-crc/issues"
+ },
+ "dependencies": {},
+ "description": "Various CRC JavaScript implementations",
+ "devDependencies": {
+ "beautify-benchmark": "^0.2.4",
+ "benchmark": "^1.0.0",
+ "buffer-crc32": "^0.2.3",
+ "chai": "~1.9.1",
+ "coffee-errors": "~0.8.6",
+ "coffee-script": "~1.7.1",
+ "mocha": "*",
+ "seedrandom": "^2.3.6"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "fa622e1bc388bf257309082d6b65200ce67090ba",
+ "tarball": "https://registry.npmjs.org/crc/-/crc-3.3.0.tgz"
+ },
+ "gitHead": "5ec5f3c74cd5a0315ac428af695743ff447a6723",
+ "homepage": "https://github.com/alexgorbatchev/node-crc",
+ "keywords": [
+ "crc"
+ ],
+ "license": "MIT",
+ "main": "./lib/index.js",
+ "maintainers": [
+ {
+ "name": "alexgorbatchev",
+ "email": "alex.gorbatchev@gmail.com"
+ }
+ ],
+ "name": "crc",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/alexgorbatchev/node-crc.git"
+ },
+ "scripts": {
+ "pretest": "coffee --bare --output ./lib --compile ./src/*.coffee",
+ "test": "mocha test/*.spec.coffee"
+ },
+ "version": "3.3.0"
+}