我智商爆棚
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.
 
 
 
 
 

86 lines
2.2 KiB

{
"_from": "tar-stream@^2.1.4",
"_id": "tar-stream@2.1.4",
"_inBundle": false,
"_integrity": "sha1-xPsaEesNopuJOlslR2OXui0FO/o=",
"_location": "/tar-stream",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tar-stream@^2.1.4",
"name": "tar-stream",
"escapedName": "tar-stream",
"rawSpec": "^2.1.4",
"saveSpec": null,
"fetchSpec": "^2.1.4"
},
"_requiredBy": [
"/archiver"
],
"_resolved": "https://registry.npm.taobao.org/tar-stream/download/tar-stream-2.1.4.tgz?cache=0&sync_timestamp=1599741942410&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ftar-stream%2Fdownload%2Ftar-stream-2.1.4.tgz",
"_shasum": "c4fb1a11eb0da29b893a5b25476397ba2d053bfa",
"_spec": "tar-stream@^2.1.4",
"_where": "C:\\Users\\PC\\.CocosCreator\\packages\\sftp\\node_modules\\archiver",
"author": {
"name": "Mathias Buus",
"email": "mathiasbuus@gmail.com"
},
"bugs": {
"url": "https://github.com/mafintosh/tar-stream/issues"
},
"bundleDependencies": false,
"dependencies": {
"bl": "^4.0.3",
"end-of-stream": "^1.4.1",
"fs-constants": "^1.0.0",
"inherits": "^2.0.3",
"readable-stream": "^3.1.1"
},
"deprecated": false,
"description": "tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.",
"devDependencies": {
"concat-stream": "^2.0.0",
"standard": "^12.0.1",
"tape": "^4.9.2"
},
"directories": {
"test": "test"
},
"engines": {
"node": ">=6"
},
"files": [
"*.js",
"LICENSE"
],
"homepage": "https://github.com/mafintosh/tar-stream",
"keywords": [
"tar",
"tarball",
"parse",
"parser",
"generate",
"generator",
"stream",
"stream2",
"streams",
"streams2",
"streaming",
"pack",
"extract",
"modify"
],
"license": "MIT",
"main": "index.js",
"name": "tar-stream",
"repository": {
"type": "git",
"url": "git+https://github.com/mafintosh/tar-stream.git"
},
"scripts": {
"test": "standard && tape test/extract.js test/pack.js",
"test-all": "standard && tape test/*.js"
},
"version": "2.1.4"
}