This commit is contained in:
2019-01-25 01:39:48 +01:00
commit 41ac3fb32a
3269 changed files with 396937 additions and 0 deletions

85
node_modules/nopt/package.json generated vendored Normal file
View File

@@ -0,0 +1,85 @@
{
"_args": [
[
"nopt@~1.0.10",
"/home/beppe/Github/yahooApi/node_modules/touch"
]
],
"_defaultsLoaded": true,
"_engineSupported": true,
"_from": "nopt@>=1.0.10 <1.1.0",
"_id": "nopt@1.0.10",
"_inCache": true,
"_installable": true,
"_location": "/nopt",
"_nodeVersion": "v0.5.9-pre",
"_npmUser": {
"email": "i@izs.me",
"name": "isaacs"
},
"_npmVersion": "1.0.93",
"_phantomChildren": {},
"_requested": {
"name": "nopt",
"raw": "nopt@~1.0.10",
"rawSpec": "~1.0.10",
"scope": null,
"spec": ">=1.0.10 <1.1.0",
"type": "range"
},
"_requiredBy": [
"/touch"
],
"_resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz",
"_shasum": "6ddd21bd2a31417b92727dd585f8a6f37608ebee",
"_shrinkwrap": null,
"_spec": "nopt@~1.0.10",
"_where": "/home/beppe/Github/yahooApi/node_modules/touch",
"author": {
"email": "i@izs.me",
"name": "Isaac Z. Schlueter",
"url": "http://blog.izs.me/"
},
"bin": {
"nopt": "./bin/nopt.js"
},
"bugs": {
"url": "https://github.com/isaacs/nopt/issues"
},
"dependencies": {
"abbrev": "1"
},
"description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "6ddd21bd2a31417b92727dd585f8a6f37608ebee",
"tarball": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz"
},
"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",
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
}
],
"name": "nopt",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/nopt.git"
},
"scripts": {
"test": "node lib/nopt.js"
},
"version": "1.0.10"
}