mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
CB-14145 commit updated node_modules in 7.1.x only
(installed by npm@6.1.0)
This commit is contained in:
+61
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"_from": "nopt@3.0.1",
|
||||
"_id": "nopt@3.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-vOXEJEajKR9HYio3CrvxWPu6y/0=",
|
||||
"_location": "/nopt",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "nopt@3.0.1",
|
||||
"name": "nopt",
|
||||
"escapedName": "nopt",
|
||||
"rawSpec": "3.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/",
|
||||
"/istanbul"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.1.tgz",
|
||||
"_shasum": "bce5c42446a3291f47622a370abbf158fbbacbfd",
|
||||
"_spec": "nopt@3.0.1",
|
||||
"_where": "/Users/brodybits/Documents/cordova/cordova-android",
|
||||
"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.",
|
||||
"devDependencies": {
|
||||
"tap": "~0.4.8"
|
||||
},
|
||||
"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",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/isaacs/nopt.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tap test/*.js"
|
||||
},
|
||||
"version": "3.0.1"
|
||||
}
|
||||
Reference in New Issue
Block a user