ember-cli-ajh
Version:
Command line tool for developing ambitious ember.js apps
127 lines (126 loc) • 3.2 kB
JSON
{
"_args": [
[
{
"raw": "morgan@^1.5.2",
"scope": null,
"escapedName": "morgan",
"name": "morgan",
"rawSpec": "^1.5.2",
"spec": ">=1.5.2 <2.0.0",
"type": "range"
},
"/Users/ahogan/Repos/ember-cli"
]
],
"_from": "morgan@>=1.5.2 <2.0.0",
"_id": "morgan@1.8.1",
"_inCache": true,
"_location": "/morgan",
"_nodeVersion": "4.6.1",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/morgan-1.8.1.tgz_1486777709464_0.3650192436762154"
},
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"_npmVersion": "2.15.9",
"_phantomChildren": {
"ms": "0.7.2"
},
"_requested": {
"raw": "morgan@^1.5.2",
"scope": null,
"escapedName": "morgan",
"name": "morgan",
"rawSpec": "^1.5.2",
"spec": ">=1.5.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/morgan/-/morgan-1.8.1.tgz",
"_shasum": "f93023d3887bd27b78dfd6023cea7892ee27a4b1",
"_shrinkwrap": null,
"_spec": "morgan@^1.5.2",
"_where": "/Users/ahogan/Repos/ember-cli",
"bugs": {
"url": "https://github.com/expressjs/morgan/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
}
],
"dependencies": {
"basic-auth": "~1.1.0",
"debug": "2.6.1",
"depd": "~1.1.0",
"on-finished": "~2.3.0",
"on-headers": "~1.0.1"
},
"description": "HTTP request logger middleware for node.js",
"devDependencies": {
"eslint": "3.15.0",
"eslint-config-standard": "6.2.1",
"eslint-plugin-markdown": "1.0.0-beta.3",
"eslint-plugin-promise": "3.4.0",
"eslint-plugin-standard": "2.0.1",
"istanbul": "0.4.5",
"mocha": "2.5.3",
"split": "1.0.0",
"supertest": "1.1.0"
},
"directories": {},
"dist": {
"shasum": "f93023d3887bd27b78dfd6023cea7892ee27a4b1",
"tarball": "https://registry.npmjs.org/morgan/-/morgan-1.8.1.tgz"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"LICENSE",
"HISTORY.md",
"README.md",
"index.js"
],
"gitHead": "29daba369e388522656183463fae1fb1a1dda609",
"homepage": "https://github.com/expressjs/morgan#readme",
"keywords": [
"express",
"http",
"logger",
"middleware"
],
"license": "MIT",
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"name": "morgan",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/expressjs/morgan.git"
},
"scripts": {
"lint": "eslint --plugin markdown --ext js,md .",
"test": "mocha --check-leaks --reporter spec --bail",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec"
},
"version": "1.8.1"
}