75 lines
1.6 KiB
JSON
75 lines
1.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"tar-fs@1.16.3",
|
|
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
|
|
]
|
|
],
|
|
"_from": "tar-fs@1.16.3",
|
|
"_id": "tar-fs@1.16.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-NvCeXpYx7OsmOh8zIOP/ebG55zZmxLE0etfWRbWok+q2Qo8x/vOR/IJT1taADXPe+jsiu9axDb3X4B+iIgNlKw==",
|
|
"_location": "/tar-fs",
|
|
"_phantomChildren": {
|
|
"end-of-stream": "1.4.1",
|
|
"once": "1.4.0"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "tar-fs@1.16.3",
|
|
"name": "tar-fs",
|
|
"escapedName": "tar-fs",
|
|
"rawSpec": "1.16.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.16.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/snappy/prebuild-install"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-1.16.3.tgz",
|
|
"_spec": "1.16.3",
|
|
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
|
|
"author": {
|
|
"name": "Mathias Buus"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mafintosh/tar-fs/issues"
|
|
},
|
|
"dependencies": {
|
|
"chownr": "^1.0.1",
|
|
"mkdirp": "^0.5.1",
|
|
"pump": "^1.0.0",
|
|
"tar-stream": "^1.1.2"
|
|
},
|
|
"description": "filesystem bindings for tar-stream",
|
|
"devDependencies": {
|
|
"rimraf": "^2.2.8",
|
|
"standard": "^4.5.4",
|
|
"tape": "^3.0.0"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/mafintosh/tar-fs",
|
|
"keywords": [
|
|
"tar",
|
|
"fs",
|
|
"file",
|
|
"tarball",
|
|
"directory",
|
|
"stream"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "tar-fs",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mafintosh/tar-fs.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && tape test/index.js"
|
|
},
|
|
"version": "1.16.3"
|
|
}
|