mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2026-04-22 00:00:04 +08:00
ignore bin
This commit is contained in:
-34
@@ -1,34 +0,0 @@
|
||||
{
|
||||
"name": "seek-bzip",
|
||||
"version": "1.0.5",
|
||||
"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": "~2.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"fibers": "~1.0.6",
|
||||
"mocha": "~2.2.5"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user