You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.7 KiB
70 lines
1.7 KiB
{
|
|
"_from": "crc32-stream@^4.0.1",
|
|
"_id": "crc32-stream@4.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-DwR9dAQXN/ilXoaDehuCa9irAGc=",
|
|
"_location": "/crc32-stream",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "crc32-stream@^4.0.1",
|
|
"name": "crc32-stream",
|
|
"escapedName": "crc32-stream",
|
|
"rawSpec": "^4.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/compress-commons"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/crc32-stream/download/crc32-stream-4.0.1.tgz",
|
|
"_shasum": "0f047d74041737f8a55e86837a1b826bd8ab0067",
|
|
"_spec": "crc32-stream@^4.0.1",
|
|
"_where": "C:\\Users\\PC\\.CocosCreator\\packages\\sftp\\node_modules\\compress-commons",
|
|
"author": {
|
|
"name": "Chris Talkington",
|
|
"url": "http://christalkington.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/archiverjs/node-crc32-stream/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"crc-32": "^1.2.0",
|
|
"readable-stream": "^3.4.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "a streaming CRC32 checksumer",
|
|
"devDependencies": {
|
|
"chai": "^4.0.0",
|
|
"mocha": "^8.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/archiverjs/node-crc32-stream",
|
|
"keywords": [
|
|
"crc32-stream",
|
|
"crc32",
|
|
"stream",
|
|
"checksum"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "crc32-stream",
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/archiverjs/node-crc32-stream.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --reporter dot"
|
|
},
|
|
"version": "4.0.1"
|
|
}
|
|
|