schnee effeckt und fehler Korektur
This commit is contained in:
49
node_modules/strip-dirs/package.json
generated
vendored
49
node_modules/strip-dirs/package.json
generated
vendored
@@ -1,30 +1,21 @@
|
||||
{
|
||||
"name": "strip-dirs",
|
||||
"version": "1.1.1",
|
||||
"version": "2.1.0",
|
||||
"description": "Remove leading directory components from a path, like tar's --strip-components option",
|
||||
"repository": "shinnn/node-strip-dirs",
|
||||
"author": {
|
||||
"name": "Shinnosuke Watanabe",
|
||||
"url": "https://github.com/shinnn"
|
||||
},
|
||||
"bin": "cli.js",
|
||||
"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
|
||||
"files": [
|
||||
"cli.js",
|
||||
"index.js"
|
||||
],
|
||||
"scripts": {
|
||||
"pretest": "jscs *.js && eslint *.js",
|
||||
"test": "node test.js | tap-spec",
|
||||
"coverage": "istanbul cover test.js",
|
||||
"coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls"
|
||||
"pretest": "eslint --fix --format=codeframe index.js test.js",
|
||||
"test": "node --throw-deprecation --track-heap-objects test.js | tap-spec",
|
||||
"coverage": "istanbul cover test.js"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/shinnn/node-strip-dirs/blob/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"filepath",
|
||||
"file-path",
|
||||
"path",
|
||||
"dir",
|
||||
"directory",
|
||||
@@ -32,23 +23,17 @@
|
||||
"strip-components"
|
||||
],
|
||||
"dependencies": {
|
||||
"chalk": "^1.0.0",
|
||||
"get-stdin": "^4.0.1",
|
||||
"is-absolute": "^0.1.5",
|
||||
"is-natural-number": "^2.0.0",
|
||||
"minimist": "^1.1.0",
|
||||
"sum-up": "^1.0.1"
|
||||
"is-natural-number": "^4.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^0.15.0",
|
||||
"istanbul": "^0.3.6",
|
||||
"istanbul-coveralls": "^1.0.1",
|
||||
"jscs": "^1.11.3",
|
||||
"tap-spec": "^2.2.1",
|
||||
"tape": "^3.5.0"
|
||||
"@shinnn/eslint-config-node": "^3.0.0",
|
||||
"eslint": "^3.10.0",
|
||||
"istanbul": "^0.4.5",
|
||||
"istanbul-coveralls": "^1.0.3",
|
||||
"tap-spec": "^4.1.1",
|
||||
"tape": "^4.6.2"
|
||||
},
|
||||
"jscsConfig": {
|
||||
"preset": "google",
|
||||
"maximumLineLength": 95
|
||||
"eslintConfig": {
|
||||
"extends": "@shinnn/node"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user