Files
2017-05-10 16:33:00 +08:00

103 lines
2.3 KiB
JSON

{
"_args": [
[
"clap@^1.0.9",
"/Users/xmfish/Desktop/test/reacttest/node_modules/csso"
]
],
"_cnpm_publish_time": 1489702051175,
"_from": "clap@>=1.0.9 <2.0.0",
"_hasShrinkwrap": false,
"_id": "clap@1.1.3",
"_inCache": true,
"_installable": true,
"_location": "/clap",
"_nodeVersion": "6.8.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/clap-1.1.3.tgz_1489702049005_0.8281386098824441"
},
"_npmUser": {
"email": "rdvornov@gmail.com",
"name": "lahmatiy"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {},
"_requested": {
"name": "clap",
"raw": "clap@^1.0.9",
"rawSpec": "^1.0.9",
"scope": null,
"spec": ">=1.0.9 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/csso"
],
"_resolved": "http://registry.npm.taobao.org/clap/download/clap-1.1.3.tgz",
"_shasum": "b3bd36e93dd4cbfb395a3c26896352445265c05b",
"_shrinkwrap": null,
"_spec": "clap@^1.0.9",
"_where": "/Users/xmfish/Desktop/test/reacttest/node_modules/csso",
"author": {
"email": "rdvornov@gmail.com",
"name": "Roman Dvornov"
},
"bugs": {
"url": "https://github.com/lahmatiy/clap/issues"
},
"dependencies": {
"chalk": "^1.1.3"
},
"description": "Command line argument parser",
"devDependencies": {
"mocha": "^2.4.5"
},
"directories": {},
"dist": {
"noattachment": false,
"shasum": "b3bd36e93dd4cbfb395a3c26896352445265c05b",
"size": 7443,
"tarball": "http://registry.npm.taobao.org/clap/download/clap-1.1.3.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"HISTORY.md",
"LICENSE",
"README.md",
"index.js"
],
"gitHead": "67728accac8c475cb43b156baea4335ea26bdba5",
"homepage": "https://github.com/lahmatiy/clap",
"keywords": [
"argument",
"cli",
"command",
"completion",
"option"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "lahmatiy",
"email": "rdvornov@gmail.com"
}
],
"name": "clap",
"optionalDependencies": {},
"publish_time": 1489702051175,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/lahmatiy/clap.git"
},
"scripts": {
"test": "mocha test -R spec"
},
"title": "Command line argument parser",
"version": "1.1.3"
}