ember-cli-ajh
Version:
Command line tool for developing ambitious ember.js apps
112 lines (111 loc) • 2.72 kB
JSON
{
"_args": [
[
{
"raw": "glob@5.0.13",
"scope": null,
"escapedName": "glob",
"name": "glob",
"rawSpec": "5.0.13",
"spec": "5.0.13",
"type": "version"
},
"/Users/ahogan/Repos/ember-cli"
]
],
"_from": "glob@5.0.13",
"_id": "glob@5.0.13",
"_inCache": true,
"_location": "/glob",
"_nodeVersion": "2.2.1",
"_npmUser": {
"name": "isaacs",
"email": "isaacs@npmjs.com"
},
"_npmVersion": "3.0.0",
"_phantomChildren": {},
"_requested": {
"raw": "glob@5.0.13",
"scope": null,
"escapedName": "glob",
"name": "glob",
"rawSpec": "5.0.13",
"spec": "5.0.13",
"type": "version"
},
"_requiredBy": [
"/",
"/broccoli-config-replace/broccoli-kitchen-sink-helpers",
"/broccoli-filter/broccoli-kitchen-sink-helpers",
"/broccoli-kitchen-sink-helpers",
"/fileset",
"/hash-for-dep/broccoli-kitchen-sink-helpers"
],
"_resolved": "https://registry.npmjs.org/glob/-/glob-5.0.13.tgz",
"_shasum": "0b6ffc3ac64eb90669f723a00a0ebb7281b33f8f",
"_shrinkwrap": null,
"_spec": "glob@5.0.13",
"_where": "/Users/ahogan/Repos/ember-cli",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"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": "https://registry.npmjs.org/glob/-/glob-5.0.13.tgz"
},
"engines": {
"node": "*"
},
"files": [
"glob.js",
"sync.js",
"common.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": {},
"readme": "ERROR: No README data found!",
"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"
}