You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

114 lines
2.8 KiB

{
"_args": [
[
"strip-dirs@^1.0.0",
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/decompress-tar"
]
],
"_from": "strip-dirs@>=1.0.0 <2.0.0",
"_id": "strip-dirs@1.1.1",
"_inCache": true,
"_installable": true,
"_location": "/strip-dirs",
"_nodeVersion": "1.3.0",
"_npmUser": {
"email": "snnskwtnb@gmail.com",
"name": "shinnn"
},
"_npmVersion": "2.6.0",
"_phantomChildren": {},
"_requested": {
"name": "strip-dirs",
"raw": "strip-dirs@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/decompress-tar",
"/decompress-tarbz2",
"/decompress-targz",
"/decompress-unzip"
],
"_resolved": "https://registry.npmjs.org/strip-dirs/-/strip-dirs-1.1.1.tgz",
"_shasum": "960bbd1287844f3975a4558aa103a8255e2456a0",
"_shrinkwrap": null,
"_spec": "strip-dirs@^1.0.0",
"_where": "/Users/rdrew/themes/lmmi_journal_theme/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"
},
"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"
},
"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"
},
"directories": {},
"dist": {
"shasum": "960bbd1287844f3975a4558aa103a8255e2456a0",
"tarball": "http://registry.npmjs.org/strip-dirs/-/strip-dirs-1.1.1.tgz"
},
"files": [
"cli.js",
"index.js"
],
"gitHead": "5fef3db9d046af108c1d8b54b99332d98dfa364a",
"homepage": "https://github.com/shinnn/node-strip-dirs",
"jscsConfig": {
"maximumLineLength": 95,
"preset": "google"
},
"keywords": [
"path",
"dir",
"directory",
"strip",
"strip-components"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/shinnn/node-strip-dirs/blob/master/LICENSE"
}
],
"maintainers": [
{
"email": "snnskwtnb@gmail.com",
"name": "shinnn"
}
],
"name": "strip-dirs",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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"
}