1{ 2 "_from": "minimatch@^3.0.4", 3 "_id": "minimatch@3.0.4", 4 "_inBundle": false, 5 "_integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", 6 "_location": "/minimatch", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "minimatch@^3.0.4", 12 "name": "minimatch", 13 "escapedName": "minimatch", 14 "rawSpec": "^3.0.4", 15 "saveSpec": null, 16 "fetchSpec": "^3.0.4" 17 }, 18 "_requiredBy": [ 19 "/eslint", 20 "/eslint-plugin-import", 21 "/eslint-plugin-node", 22 "/glob", 23 "/ignore-walk", 24 "/node-gyp", 25 "/pacote" 26 ], 27 "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", 28 "_shasum": "5166e286457f03306064be5497e8dbb0c3d32083", 29 "_spec": "minimatch@^3.0.4", 30 "_where": "/Users/rebecca/code/npm/node_modules/glob", 31 "author": { 32 "name": "Isaac Z. Schlueter", 33 "email": "i@izs.me", 34 "url": "http://blog.izs.me" 35 }, 36 "bugs": { 37 "url": "https://github.com/isaacs/minimatch/issues" 38 }, 39 "bundleDependencies": false, 40 "dependencies": { 41 "brace-expansion": "^1.1.7" 42 }, 43 "deprecated": false, 44 "description": "a glob matcher in javascript", 45 "devDependencies": { 46 "tap": "^10.3.2" 47 }, 48 "engines": { 49 "node": "*" 50 }, 51 "files": [ 52 "minimatch.js" 53 ], 54 "homepage": "https://github.com/isaacs/minimatch#readme", 55 "license": "ISC", 56 "main": "minimatch.js", 57 "name": "minimatch", 58 "repository": { 59 "type": "git", 60 "url": "git://github.com/isaacs/minimatch.git" 61 }, 62 "scripts": { 63 "postpublish": "git push origin --all; git push origin --tags", 64 "postversion": "npm publish", 65 "preversion": "npm test", 66 "test": "tap test/*.js --cov" 67 }, 68 "version": "3.0.4" 69} 70