blob: bb3985c2040aa462ac1416e5bec014a8b0f02a06 [file] [log] [blame]
{
"_args": [
[
"minimatch@3.0.3",
"C:\\Projects\\Cordova\\cordova-windows"
]
],
"_from": "minimatch@3.0.3",
"_id": "minimatch@3.0.3",
"_inBundle": false,
"_integrity": "sha1-Kk5AkLlrLbBqnX3wEFWmKnfJt3Q=",
"_location": "/minimatch",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "minimatch@3.0.3",
"name": "minimatch",
"escapedName": "minimatch",
"rawSpec": "3.0.3",
"saveSpec": null,
"fetchSpec": "3.0.3"
},
"_requiredBy": [
"/cordova-common",
"/eslint",
"/eslint-plugin-import",
"/glob"
],
"_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz",
"_spec": "3.0.3",
"_where": "C:\\Projects\\Cordova\\cordova-windows",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me"
},
"bugs": {
"url": "https://github.com/isaacs/minimatch/issues"
},
"dependencies": {
"brace-expansion": "^1.0.0"
},
"description": "a glob matcher in javascript",
"devDependencies": {
"standard": "^3.7.2",
"tap": "^5.6.0"
},
"engines": {
"node": "*"
},
"files": [
"minimatch.js"
],
"homepage": "https://github.com/isaacs/minimatch#readme",
"license": "ISC",
"main": "minimatch.js",
"name": "minimatch",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/minimatch.git"
},
"scripts": {
"posttest": "standard minimatch.js test/*.js",
"test": "tap test/*.js"
},
"version": "3.0.3"
}