mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
106 lines
2.4 KiB
JSON
106 lines
2.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"subarg@^1.0.0",
|
|
"/home/christine/0_WORK/gradcomm/mithril_client/node_modules/browserify"
|
|
]
|
|
],
|
|
"_from": "subarg@>=1.0.0 <2.0.0",
|
|
"_id": "subarg@1.0.0",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/subarg",
|
|
"_nodeVersion": "0.10.31",
|
|
"_npmUser": {
|
|
"email": "mail@substack.net",
|
|
"name": "substack"
|
|
},
|
|
"_npmVersion": "2.0.2",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "subarg",
|
|
"raw": "subarg@^1.0.0",
|
|
"rawSpec": "^1.0.0",
|
|
"scope": null,
|
|
"spec": ">=1.0.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/browserify",
|
|
"/deps-sort",
|
|
"/module-deps"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz",
|
|
"_shasum": "f62cf17581e996b48fc965699f54c06ae268b8d2",
|
|
"_shrinkwrap": null,
|
|
"_spec": "subarg@^1.0.0",
|
|
"_where": "/home/christine/0_WORK/gradcomm/mithril_client/node_modules/browserify",
|
|
"author": {
|
|
"email": "mail@substack.net",
|
|
"name": "James Halliday",
|
|
"url": "http://substack.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/substack/subarg/issues"
|
|
},
|
|
"dependencies": {
|
|
"minimist": "^1.1.0"
|
|
},
|
|
"description": "parse arguments with recursive contexts",
|
|
"devDependencies": {
|
|
"tape": "^3.0.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "f62cf17581e996b48fc965699f54c06ae268b8d2",
|
|
"tarball": "https://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz"
|
|
},
|
|
"gitHead": "249bde03606850fac7d89d67e79782f56cd41cce",
|
|
"homepage": "https://github.com/substack/subarg",
|
|
"keywords": [
|
|
"argument",
|
|
"cli",
|
|
"command-line",
|
|
"flags",
|
|
"minimist",
|
|
"option",
|
|
"parser",
|
|
"parsing",
|
|
"recursive"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "substack",
|
|
"email": "mail@substack.net"
|
|
}
|
|
],
|
|
"name": "subarg",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/substack/subarg.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"testling": {
|
|
"browsers": [
|
|
"chrome/22",
|
|
"chrome/canary",
|
|
"chrome/latest",
|
|
"firefox/16",
|
|
"firefox/latest",
|
|
"firefox/nightly",
|
|
"ie/8..latest",
|
|
"opera/12..latest",
|
|
"opera/next",
|
|
"safari/5.1..latest"
|
|
],
|
|
"files": "test/*.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|