| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- {
- "_args": [
- [
- "glob",
- "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build"
- ]
- ],
- "_from": "glob@*",
- "_id": "[email protected]",
- "_inCache": true,
- "_installable": true,
- "_location": "/glob",
- "_nodeVersion": "4.0.0",
- "_npmUser": {
- "email": "[email protected]",
- "name": "isaacs"
- },
- "_npmVersion": "3.3.2",
- "_phantomChildren": {},
- "_requested": {
- "name": "glob",
- "raw": "glob",
- "rawSpec": "",
- "scope": null,
- "spec": "*",
- "type": "range"
- },
- "_requiredBy": [
- "/",
- "/rimraf",
- "/tslint"
- ],
- "_resolved": "https://registry.npmjs.org/glob/-/glob-6.0.3.tgz",
- "_shasum": "5f02cd89587ce58b154ae0855de02a2e63986fca",
- "_shrinkwrap": null,
- "_spec": "glob",
- "_where": "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build",
- "author": {
- "email": "[email protected]",
- "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 || 3",
- "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": "5f02cd89587ce58b154ae0855de02a2e63986fca",
- "tarball": "http://registry.npmjs.org/glob/-/glob-6.0.3.tgz"
- },
- "engines": {
- "node": "*"
- },
- "files": [
- "common.js",
- "glob.js",
- "sync.js"
- ],
- "gitHead": "dd5b255ff9b161d23f81c4d0a381ca46a97d049a",
- "homepage": "https://github.com/isaacs/node-glob#readme",
- "license": "ISC",
- "main": "glob.js",
- "maintainers": [
- {
- "name": "isaacs",
- "email": "[email protected]"
- }
- ],
- "name": "glob",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/node-glob.git"
- },
- "scripts": {
- "bench": "bash benchmark.sh",
- "benchclean": "node benchclean.js",
- "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": "6.0.3"
- }
|