funcunit
Version:
<!-- @hide title
63 lines (62 loc) • 1.61 kB
JSON
{
"_from": "minimatch@~1.0.0",
"_id": "minimatch@1.0.0",
"_inBundle": false,
"_integrity": "sha1-4N0hILSeG3JM6NcUxSCCKpQ4V20=",
"_location": "/minimatch",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "minimatch@~1.0.0",
"name": "minimatch",
"escapedName": "minimatch",
"rawSpec": "~1.0.0",
"saveSpec": null,
"fetchSpec": "~1.0.0"
},
"_requiredBy": [
"/documentjs",
"/glob"
],
"_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz",
"_shasum": "e0dd2120b49e1b724ce8d714c520822a9438576d",
"_spec": "minimatch@~1.0.0",
"_where": "/Library/WebServer/Documents/GitHub/funcunit/site/node_modules/documentjs",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me"
},
"bugs": {
"url": "https://github.com/isaacs/minimatch/issues"
},
"bundleDependencies": false,
"dependencies": {
"lru-cache": "2",
"sigmund": "~1.0.0"
},
"deprecated": "Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue",
"description": "a glob matcher in javascript",
"devDependencies": {
"tap": ""
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/isaacs/minimatch#readme",
"license": {
"type": "MIT",
"url": "http://github.com/isaacs/minimatch/raw/master/LICENSE"
},
"main": "minimatch.js",
"name": "minimatch",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/minimatch.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "1.0.0"
}