forked from enviPath/enviPy
Current Dev State
This commit is contained in:
65
static/js/ketcher2/node_modules/crc/package.json
generated
vendored
Normal file
65
static/js/ketcher2/node_modules/crc/package.json
generated
vendored
Normal file
@ -0,0 +1,65 @@
|
||||
{
|
||||
"_from": "crc@^3.4.4",
|
||||
"_id": "crc@3.5.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-mLi6fUiWZbo5efWbITgTdBAaGWQ=",
|
||||
"_location": "/crc",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "crc@^3.4.4",
|
||||
"name": "crc",
|
||||
"escapedName": "crc",
|
||||
"rawSpec": "^3.4.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^3.4.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/crc32-stream"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/crc/-/crc-3.5.0.tgz",
|
||||
"_shasum": "98b8ba7d489665ba3979f59b21381374101a1964",
|
||||
"_spec": "crc@^3.4.4",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/crc32-stream",
|
||||
"author": {
|
||||
"name": "Alex Gorbatchev",
|
||||
"url": "https://github.com/alexgorbatchev"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/alexgorbatchev/node-crc/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Module for calculating Cyclic Redundancy Check (CRC) for Node.js and the Browser.",
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.3.15",
|
||||
"babel-core": "^6.1.21",
|
||||
"babel-preset-es2015": "^6.1.18",
|
||||
"beautify-benchmark": "^0.2.4",
|
||||
"benchmark": "^1.0.0",
|
||||
"buffer-crc32": "^0.2.3",
|
||||
"chai": "^3.4.1",
|
||||
"mocha": "*",
|
||||
"seedrandom": "^2.3.6"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"homepage": "https://github.com/alexgorbatchev/node-crc",
|
||||
"keywords": [
|
||||
"crc"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/index.js",
|
||||
"name": "crc",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/alexgorbatchev/node-crc.git"
|
||||
},
|
||||
"scripts": {
|
||||
"pretest": "cd src && babel --out-dir ../lib *.js",
|
||||
"test": "mocha test/*.test.js"
|
||||
},
|
||||
"version": "3.5.0"
|
||||
}
|
||||
Reference in New Issue
Block a user