forked from github/cordova-android
Bundle updated node modules
This commit is contained in:
committed by
Nikhil Khandelwal
parent
72bbe9fdf0
commit
d6fe1a65eb
+13
-12
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"minimatch@2 || 3",
|
||||
"/Users/steveng/repo/cordova/cordova-android/node_modules/glob"
|
||||
"minimatch@^3.0.0",
|
||||
"D:\\Cordova\\cordova-android\\node_modules\\cordova-common"
|
||||
]
|
||||
],
|
||||
"_from": "minimatch@>=2.0.0 <3.0.0||>=3.0.0 <4.0.0",
|
||||
"_from": "minimatch@>=3.0.0 <4.0.0",
|
||||
"_id": "minimatch@3.0.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
@@ -19,20 +19,21 @@
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "minimatch",
|
||||
"raw": "minimatch@2 || 3",
|
||||
"rawSpec": "2 || 3",
|
||||
"raw": "minimatch@^3.0.0",
|
||||
"rawSpec": "^3.0.0",
|
||||
"scope": null,
|
||||
"spec": ">=2.0.0 <3.0.0||>=3.0.0 <4.0.0",
|
||||
"spec": ">=3.0.0 <4.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/cordova-common",
|
||||
"/glob"
|
||||
],
|
||||
"_resolved": "http://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz",
|
||||
"_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz",
|
||||
"_shasum": "5236157a51e4f004c177fb3c527ff7dd78f0ef83",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "minimatch@2 || 3",
|
||||
"_where": "/Users/steveng/repo/cordova/cordova-android/node_modules/glob",
|
||||
"_spec": "minimatch@^3.0.0",
|
||||
"_where": "D:\\Cordova\\cordova-android\\node_modules\\cordova-common",
|
||||
"author": {
|
||||
"email": "i@izs.me",
|
||||
"name": "Isaac Z. Schlueter",
|
||||
@@ -52,7 +53,7 @@
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "5236157a51e4f004c177fb3c527ff7dd78f0ef83",
|
||||
"tarball": "http://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz"
|
||||
"tarball": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": "*"
|
||||
@@ -66,8 +67,8 @@
|
||||
"main": "minimatch.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "isaacs",
|
||||
"email": "i@izs.me"
|
||||
"email": "i@izs.me",
|
||||
"name": "isaacs"
|
||||
}
|
||||
],
|
||||
"name": "minimatch",
|
||||
|
||||
Reference in New Issue
Block a user