Files
2025-04-21 16:03:20 +02:00

96 lines
2.4 KiB
JSON

{
"_from": "strip-dirs@^1.0.0",
"_id": "strip-dirs@1.1.1",
"_inBundle": false,
"_integrity": "sha1-lgu9EoeETzl1pFWKoQOoJV4kVqA=",
"_location": "/strip-dirs",
"_phantomChildren": {
"escape-string-regexp": "1.0.5",
"has-ansi": "2.0.0",
"strip-ansi": "3.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "strip-dirs@^1.0.0",
"name": "strip-dirs",
"escapedName": "strip-dirs",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/decompress-tar",
"/decompress-tarbz2",
"/decompress-targz",
"/decompress-unzip"
],
"_resolved": "https://registry.npmjs.org/strip-dirs/-/strip-dirs-1.1.1.tgz",
"_shasum": "960bbd1287844f3975a4558aa103a8255e2456a0",
"_spec": "strip-dirs@^1.0.0",
"_where": "D:\\developments\\teaser-inertia\\nova-components\\NovaLeader\\node_modules\\decompress-tar",
"author": {
"name": "Shinnosuke Watanabe",
"url": "https://github.com/shinnn"
},
"bin": {
"strip-dirs": "cli.js"
},
"bugs": {
"url": "https://github.com/shinnn/node-strip-dirs/issues"
},
"bundleDependencies": false,
"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"
},
"deprecated": false,
"description": "Remove leading directory components from a path, like tar's --strip-components option",
"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"
},
"files": [
"cli.js",
"index.js"
],
"homepage": "https://github.com/shinnn/node-strip-dirs#readme",
"jscsConfig": {
"preset": "google",
"maximumLineLength": 95
},
"keywords": [
"path",
"dir",
"directory",
"strip",
"strip-components"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/shinnn/node-strip-dirs/blob/master/LICENSE"
}
],
"name": "strip-dirs",
"repository": {
"type": "git",
"url": "git+https://github.com/shinnn/node-strip-dirs.git"
},
"scripts": {
"coverage": "istanbul cover test.js",
"coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls",
"pretest": "jscs *.js && eslint *.js",
"test": "node test.js | tap-spec"
},
"version": "1.1.1"
}