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
2.0 KiB
70 lines
2.0 KiB
{
|
|
"_from": "compress-commons@^4.0.2",
|
|
"_id": "compress-commons@4.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-1olr44blLzdhDO+eb6Xe/FjDG9c=",
|
|
"_location": "/compress-commons",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "compress-commons@^4.0.2",
|
|
"name": "compress-commons",
|
|
"escapedName": "compress-commons",
|
|
"rawSpec": "^4.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/zip-stream"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/compress-commons/download/compress-commons-4.0.2.tgz?cache=0&sync_timestamp=1605757358230&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcompress-commons%2Fdownload%2Fcompress-commons-4.0.2.tgz",
|
|
"_shasum": "d6896be386e52f37610cef9e6fa5defc58c31bd7",
|
|
"_spec": "compress-commons@^4.0.2",
|
|
"_where": "C:\\Users\\PC\\.CocosCreator\\packages\\sftp\\node_modules\\zip-stream",
|
|
"author": {
|
|
"name": "Chris Talkington",
|
|
"url": "http://christalkington.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/archiverjs/node-compress-commons/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"buffer-crc32": "^0.2.13",
|
|
"crc32-stream": "^4.0.1",
|
|
"normalize-path": "^3.0.0",
|
|
"readable-stream": "^3.6.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "a library that defines a common interface for working with archive formats within node",
|
|
"devDependencies": {
|
|
"chai": "^4.0.0",
|
|
"mkdirp": "^1.0.4",
|
|
"mocha": "^8.0.1",
|
|
"rimraf": "^3.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/archiverjs/node-compress-commons",
|
|
"keywords": [
|
|
"compress",
|
|
"commons",
|
|
"archive"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/compress-commons.js",
|
|
"name": "compress-commons",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/archiverjs/node-compress-commons.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --reporter dot"
|
|
},
|
|
"version": "4.0.2"
|
|
}
|
|
|