First Commit
This commit is contained in:
commit
601e886c14
2123 files changed
+334815
No files matched your search
+68
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"crc@3.4.4",
|
||||
"C:\\Users\\flami\\OneDrive\\Desktop\\node_passport_login"
|
||||
]
|
||||
],
|
||||
"_from": "crc@3.4.4",
|
||||
"_id": "crc@3.4.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-naHpgOO9RPxck79as9ozeNheRms=",
|
||||
"_location": "/crc",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "crc@3.4.4",
|
||||
"name": "crc",
|
||||
"escapedName": "crc",
|
||||
"rawSpec": "3.4.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.4.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/express-session"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/crc/-/crc-3.4.4.tgz",
|
||||
"_spec": "3.4.4",
|
||||
"_where": "C:\\Users\\flami\\OneDrive\\Desktop\\node_passport_login",
|
||||
"author": {
|
||||
"name": "Alex Gorbatchev",
|
||||
"url": "https://github.com/alexgorbatchev"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/alexgorbatchev/node-crc/issues"
|
||||
},
|
||||
"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.4.4"
|
||||
}
|
||||
Reference in new issue
Block a user