Files
cordova-android/node_modules/minimatch/package.json
T

102 lines
2.5 KiB
JSON
Raw Normal View History

2015-10-22 13:26:23 +03:00
{
2016-02-24 09:50:07 -08:00
"_args": [
[
2016-07-22 12:24:27 -07:00
{
"raw": "minimatch@^3.0.0",
"scope": null,
"escapedName": "minimatch",
"name": "minimatch",
"rawSpec": "^3.0.0",
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"/Users/steveng/repo/cordova/cordova-android/node_modules/cordova-common"
2016-02-24 09:50:07 -08:00
]
],
2016-05-25 16:31:28 -07:00
"_from": "minimatch@>=3.0.0 <4.0.0",
2016-08-16 13:23:10 -07:00
"_id": "minimatch@3.0.3",
2016-02-24 09:50:07 -08:00
"_inCache": true,
"_installable": true,
"_location": "/minimatch",
2016-07-22 12:24:27 -07:00
"_nodeVersion": "4.4.4",
"_npmOperationalInternal": {
2016-08-16 13:23:10 -07:00
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/minimatch-3.0.3.tgz_1470678322731_0.1892083385027945"
2016-07-22 12:24:27 -07:00
},
2016-02-24 09:50:07 -08:00
"_npmUser": {
2016-07-22 12:24:27 -07:00
"name": "isaacs",
"email": "i@izs.me"
2016-02-24 09:50:07 -08:00
},
2016-08-16 13:23:10 -07:00
"_npmVersion": "3.10.6",
2016-02-24 09:50:07 -08:00
"_phantomChildren": {},
"_requested": {
2016-05-25 16:31:28 -07:00
"raw": "minimatch@^3.0.0",
2016-02-24 09:50:07 -08:00
"scope": null,
2016-07-22 12:24:27 -07:00
"escapedName": "minimatch",
"name": "minimatch",
"rawSpec": "^3.0.0",
2016-05-25 16:31:28 -07:00
"spec": ">=3.0.0 <4.0.0",
2016-02-24 09:50:07 -08:00
"type": "range"
},
"_requiredBy": [
2016-10-17 10:50:30 -07:00
"/cli/glob",
2016-05-25 16:31:28 -07:00
"/cordova-common",
2016-10-17 10:50:30 -07:00
"/glob",
"/jshint"
2016-02-24 09:50:07 -08:00
],
2016-08-16 13:23:10 -07:00
"_resolved": "http://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz",
"_shasum": "2a4e4090b96b2db06a9d7df01055a62a77c9b774",
2016-02-24 09:50:07 -08:00
"_shrinkwrap": null,
2016-05-25 16:31:28 -07:00
"_spec": "minimatch@^3.0.0",
2016-07-22 12:24:27 -07:00
"_where": "/Users/steveng/repo/cordova/cordova-android/node_modules/cordova-common",
2015-10-22 13:26:23 +03:00
"author": {
2016-02-24 09:50:07 -08:00
"name": "Isaac Z. Schlueter",
2016-07-22 12:24:27 -07:00
"email": "i@izs.me",
2015-10-22 13:26:23 +03:00
"url": "http://blog.izs.me"
},
2016-02-24 09:50:07 -08:00
"bugs": {
"url": "https://github.com/isaacs/minimatch/issues"
2015-10-22 13:26:23 +03:00
},
"dependencies": {
"brace-expansion": "^1.0.0"
},
2016-02-24 09:50:07 -08:00
"description": "a glob matcher in javascript",
2015-10-22 13:26:23 +03:00
"devDependencies": {
"standard": "^3.7.2",
2016-07-22 12:24:27 -07:00
"tap": "^5.6.0"
2015-10-22 13:26:23 +03:00
},
2016-02-24 09:50:07 -08:00
"directories": {},
"dist": {
2016-08-16 13:23:10 -07:00
"shasum": "2a4e4090b96b2db06a9d7df01055a62a77c9b774",
"tarball": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz"
2016-02-24 09:50:07 -08:00
},
"engines": {
"node": "*"
},
2015-10-22 13:26:23 +03:00
"files": [
"minimatch.js"
],
2016-08-16 13:23:10 -07:00
"gitHead": "eed89491bd4a4e6bc463aac0dfb5c29ef0d1dc13",
2015-10-22 13:26:23 +03:00
"homepage": "https://github.com/isaacs/minimatch#readme",
2016-02-24 09:50:07 -08:00
"license": "ISC",
"main": "minimatch.js",
2015-10-22 13:26:23 +03:00
"maintainers": [
{
2016-07-22 12:24:27 -07:00
"name": "isaacs",
"email": "i@izs.me"
2015-10-22 13:26:23 +03:00
}
],
2016-02-24 09:50:07 -08:00
"name": "minimatch",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/minimatch.git"
},
"scripts": {
"posttest": "standard minimatch.js test/*.js",
"test": "tap test/*.js"
},
2016-08-16 13:23:10 -07:00
"version": "3.0.3"
2015-10-22 13:26:23 +03:00
}