1{ 2 "author": { 3 "name": "Isaac Z. Schlueter", 4 "email": "[email protected]", 5 "url": "http://blog.izs.me" 6 }, 7 "name": "minimatch", 8 "description": "a glob matcher in javascript", 9 "version": "1.0.0", 10 "repository": { 11 "type": "git", 12 "url": "git://github.com/isaacs/minimatch.git" 13 }, 14 "main": "minimatch.js", 15 "scripts": { 16 "test": "tap test/*.js" 17 }, 18 "engines": { 19 "node": "*" 20 }, 21 "dependencies": { 22 "lru-cache": "2", 23 "sigmund": "~1.0.0" 24 }, 25 "devDependencies": { 26 "tap": "" 27 }, 28 "license": { 29 "type": "MIT", 30 "url": "http://github.com/isaacs/minimatch/raw/master/LICENSE" 31 }, 32 "gitHead": "b374a643976eb55cdc19c60b6dd51ebe9bcc607a", 33 "bugs": { 34 "url": "https://github.com/isaacs/minimatch/issues" 35 }, 36 "homepage": "https://github.com/isaacs/minimatch", 37 "_id": "[email protected]", 38 "_shasum": "e0dd2120b49e1b724ce8d714c520822a9438576d", 39 "_from": "minimatch@>=1.0.0 <2.0.0", 40 "_npmVersion": "1.4.21", 41 "_npmUser": { 42 "name": "isaacs", 43 "email": "[email protected]" 44 }, 45 "maintainers": [ 46 { 47 "name": "isaacs", 48 "email": "[email protected]" 49 } 50 ], 51 "dist": { 52 "shasum": "e0dd2120b49e1b724ce8d714c520822a9438576d", 53 "tarball": "http://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz" 54 }, 55 "directories": {}, 56 "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz" 57} 58 59