Atom eve seo
This commit is contained in:
34
.output/server/node_modules/seek-bzip/package.json
generated
vendored
Normal file
34
.output/server/node_modules/seek-bzip/package.json
generated
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "seek-bzip",
|
||||
"version": "2.0.0",
|
||||
"contributors": [
|
||||
"C. Scott Ananian (http://cscott.net)",
|
||||
"Eli Skeggs",
|
||||
"Kevin Kwok",
|
||||
"Rob Landley (http://landley.net)"
|
||||
],
|
||||
"description": "a pure-JavaScript Node.JS module for random-access decoding bzip2 data",
|
||||
"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"
|
||||
},
|
||||
"dependencies": {
|
||||
"commander": "^6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"fibers": "^5.0.0",
|
||||
"mocha": "^8.1.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user