Changes
This commit is contained in:
76
node_modules/nopt/package.json
generated
vendored
76
node_modules/nopt/package.json
generated
vendored
@@ -1,60 +1,30 @@
|
||||
{
|
||||
"_from": "nopt@~1.0.10",
|
||||
"_id": "nopt@1.0.10",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-bd0hvSoxQXuScn3Vhfim83YI6+4=",
|
||||
"_location": "/nopt",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "nopt@~1.0.10",
|
||||
"name": "nopt",
|
||||
"escapedName": "nopt",
|
||||
"rawSpec": "~1.0.10",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "~1.0.10"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/touch"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz",
|
||||
"_shasum": "6ddd21bd2a31417b92727dd585f8a6f37608ebee",
|
||||
"_spec": "nopt@~1.0.10",
|
||||
"_where": "D:\\WORK\\Menui\\menui_backend\\node_modules\\touch",
|
||||
"author": {
|
||||
"name": "Isaac Z. Schlueter",
|
||||
"email": "i@izs.me",
|
||||
"url": "http://blog.izs.me/"
|
||||
},
|
||||
"bin": {
|
||||
"nopt": "bin/nopt.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/isaacs/nopt/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"abbrev": "1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
|
||||
"engines": {
|
||||
"node": "*"
|
||||
},
|
||||
"homepage": "https://github.com/isaacs/nopt#readme",
|
||||
"license": {
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/isaacs/nopt/raw/master/LICENSE"
|
||||
},
|
||||
"main": "lib/nopt.js",
|
||||
"name": "nopt",
|
||||
"version": "4.0.3",
|
||||
"description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
|
||||
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
||||
"main": "lib/nopt.js",
|
||||
"scripts": {
|
||||
"preversion": "npm test",
|
||||
"postversion": "npm publish",
|
||||
"prepublishOnly": "git push origin --follow-tags",
|
||||
"test": "tap test/*.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/isaacs/nopt.git"
|
||||
"url": "https://github.com/npm/nopt.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node lib/nopt.js"
|
||||
"bin": "./bin/nopt.js",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"abbrev": "1",
|
||||
"osenv": "^0.1.4"
|
||||
},
|
||||
"version": "1.0.10"
|
||||
"devDependencies": {
|
||||
"tap": "^14.10.6"
|
||||
},
|
||||
"files": [
|
||||
"bin",
|
||||
"lib"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user