UNPKG

npm

Version:

a package manager for JavaScript

89 lines (88 loc) 2.15 kB
{ "_args": [ [ "minimatch@^2.0.1", "/Users/rebecca/code/npm/node_modules/rimraf/node_modules/glob" ] ], "_from": "minimatch@>=2.0.1 <3.0.0", "_id": "minimatch@2.0.8", "_inCache": true, "_location": "/minimatch", "_nodeVersion": "2.0.1", "_npmUser": { "email": "isaacs@npmjs.com", "name": "isaacs" }, "_npmVersion": "2.10.0", "_phantomChildren": {}, "_requested": { "name": "minimatch", "raw": "minimatch@^2.0.1", "rawSpec": "^2.0.1", "scope": null, "spec": ">=2.0.1 <3.0.0", "type": "range" }, "_requiredBy": [ "/fstream-ignore", "/glob", "/rimraf/glob" ], "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.8.tgz", "_shasum": "0bc20f6bf3570a698ef0ddff902063c6cabda6bf", "_shrinkwrap": null, "_spec": "minimatch@^2.0.1", "_where": "/Users/rebecca/code/npm/node_modules/rimraf/node_modules/glob", "author": { "email": "i@izs.me", "name": "Isaac Z. Schlueter", "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": { "browserify": "^9.0.3", "standard": "^3.7.2", "tap": "" }, "directories": {}, "dist": { "shasum": "0bc20f6bf3570a698ef0ddff902063c6cabda6bf", "tarball": "http://registry.npmjs.org/minimatch/-/minimatch-2.0.8.tgz" }, "engines": { "node": "*" }, "files": [ "browser.js", "minimatch.js" ], "gitHead": "0bc7d9c4b2bc816502184862b45bd090de3406a3", "homepage": "https://github.com/isaacs/minimatch#readme", "license": "ISC", "main": "minimatch.js", "maintainers": [ { "name": "isaacs", "email": "i@izs.me" } ], "name": "minimatch", "optionalDependencies": {}, "repository": { "type": "git", "url": "git://github.com/isaacs/minimatch.git" }, "scripts": { "prepublish": "browserify -o browser.js -e minimatch.js --bare", "pretest": "standard minimatch.js test/*.js", "test": "tap test/*.js" }, "version": "2.0.8" }