UNPKG

npm

Version:

a package manager for JavaScript

105 lines (104 loc) 2.42 kB
{ "_args": [ [ "glob@~5.0.12", "/Users/rebecca/code/npm" ] ], "_from": "glob@>=5.0.12 <5.1.0", "_id": "glob@5.0.13", "_inCache": true, "_location": "/glob", "_nodeVersion": "2.2.1", "_npmUser": { "email": "isaacs@npmjs.com", "name": "isaacs" }, "_npmVersion": "3.0.0", "_phantomChildren": {}, "_requested": { "name": "glob", "raw": "glob@~5.0.12", "rawSpec": "~5.0.12", "scope": null, "spec": ">=5.0.12 <5.1.0", "type": "range" }, "_requiredBy": [ "/", "/esformatter", "/fileset", "/init-package-json", "/read-package-json", "/standard", "/standard-format", "/tap", "/tap-mocha-reporter" ], "_resolved": "https://registry.npmjs.org/glob/-/glob-5.0.13.tgz", "_shasum": "0b6ffc3ac64eb90669f723a00a0ebb7281b33f8f", "_shrinkwrap": null, "_spec": "glob@~5.0.12", "_where": "/Users/rebecca/code/npm", "author": { "email": "i@izs.me", "name": "Isaac Z. Schlueter", "url": "http://blog.izs.me/" }, "bugs": { "url": "https://github.com/isaacs/node-glob/issues" }, "dependencies": { "inflight": "^1.0.4", "inherits": "2", "minimatch": "^2.0.1", "once": "^1.3.0", "path-is-absolute": "^1.0.0" }, "description": "a little globber", "devDependencies": { "mkdirp": "0", "rimraf": "^2.2.8", "tap": "^1.1.4", "tick": "0.0.6" }, "directories": {}, "dist": { "shasum": "0b6ffc3ac64eb90669f723a00a0ebb7281b33f8f", "tarball": "http://registry.npmjs.org/glob/-/glob-5.0.13.tgz" }, "engines": { "node": "*" }, "files": [ "common.js", "glob.js", "sync.js" ], "gitHead": "507733d3c97f073ac676f58f2b6f2fe4c00f3e1c", "homepage": "https://github.com/isaacs/node-glob#readme", "license": "ISC", "main": "glob.js", "maintainers": [ { "name": "isaacs", "email": "i@izs.me" } ], "name": "glob", "optionalDependencies": {}, "repository": { "type": "git", "url": "git://github.com/isaacs/node-glob.git" }, "scripts": { "bench": "bash benchmark.sh", "benchclean": "bash benchclean.sh", "prepublish": "npm run benchclean", "prof": "bash prof.sh && cat profile.txt", "profclean": "rm -f v8.log profile.txt", "test": "tap test/*.js --cov", "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js" }, "version": "5.0.13" }