update, text, response
This commit is contained in:
83
node_modules/seek-bzip/package.json
generated
vendored
83
node_modules/seek-bzip/package.json
generated
vendored
@@ -1,73 +1,34 @@
|
||||
{
|
||||
"_from": "seek-bzip@^1.0.5",
|
||||
"_id": "seek-bzip@1.0.6",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-e1QtP3YL5tWww8uKaOCQ18UxIT2laNBXHjV/S2WYCiK4udiv8lkG89KRIoCjUagnAmCBurjF4zEVX2ByBbnCjQ==",
|
||||
"_location": "/seek-bzip",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "seek-bzip@^1.0.5",
|
||||
"name": "seek-bzip",
|
||||
"escapedName": "seek-bzip",
|
||||
"rawSpec": "^1.0.5",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.5"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/decompress-tarbz2"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/seek-bzip/-/seek-bzip-1.0.6.tgz",
|
||||
"_shasum": "35c4171f55a680916b52a07859ecf3b5857f21c4",
|
||||
"_spec": "seek-bzip@^1.0.5",
|
||||
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/decompress-tarbz2",
|
||||
"bin": {
|
||||
"seek-bunzip": "bin/seek-bunzip",
|
||||
"seek-table": "bin/seek-bzip-table"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/cscott/seek-bzip/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"name": "seek-bzip",
|
||||
"version": "1.0.6",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "C. Scott Ananian",
|
||||
"url": "http://cscott.net"
|
||||
},
|
||||
{
|
||||
"name": "Eli Skeggs"
|
||||
},
|
||||
{
|
||||
"name": "Kevin Kwok"
|
||||
},
|
||||
{
|
||||
"name": "Rob Landley",
|
||||
"url": "http://landley.net"
|
||||
}
|
||||
"C. Scott Ananian (http://cscott.net)",
|
||||
"Eli Skeggs",
|
||||
"Kevin Kwok",
|
||||
"Rob Landley (http://landley.net)"
|
||||
],
|
||||
"dependencies": {
|
||||
"commander": "^2.8.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "a pure-JavaScript Node.JS module for random-access decoding bzip2 data",
|
||||
"devDependencies": {
|
||||
"fibers": "~1.0.6",
|
||||
"mocha": "~2.2.5"
|
||||
"main": "./lib/index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cscott/seek-bzip.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"seek-bunzip": "./bin/seek-bunzip",
|
||||
"seek-table": "./bin/seek-bzip-table"
|
||||
},
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"homepage": "https://github.com/cscott/seek-bzip#readme",
|
||||
"license": "MIT",
|
||||
"main": "./lib/index.js",
|
||||
"name": "seek-bzip",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/cscott/seek-bzip.git"
|
||||
"dependencies": {
|
||||
"commander": "^2.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"fibers": "~1.0.6",
|
||||
"mocha": "~2.2.5"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "1.0.6"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user