compound-ex4
Version:
Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)
116 lines (115 loc) • 2.82 kB
JSON
{
"_args": [
[
"jshint@^2.6.3",
"/home/webs/dev/prj/compoundjsEX4/compound-ex4"
]
],
"_from": "jshint@>=2.6.3 <3.0.0",
"_id": "jshint@2.8.0",
"_inCache": true,
"_installable": true,
"_location": "/jshint",
"_nodeVersion": "0.12.0",
"_npmUser": {
"email": "mike@mikepennisi.com",
"name": "jugglinmike"
},
"_npmVersion": "2.6.0",
"_phantomChildren": {},
"_requested": {
"name": "jshint",
"raw": "jshint@^2.6.3",
"rawSpec": "^2.6.3",
"scope": null,
"spec": ">=2.6.3 <3.0.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/jshint/-/jshint-2.8.0.tgz",
"_shasum": "1d09a3bd913c4cadfa81bf18d582bd85bffe0d44",
"_shrinkwrap": null,
"_spec": "jshint@^2.6.3",
"_where": "/home/webs/dev/prj/compoundjsEX4/compound-ex4",
"author": {
"email": "anton@kovalyov.net",
"name": "Anton Kovalyov",
"url": "http://anton.kovalyov.net/"
},
"bin": {
"jshint": "./bin/jshint"
},
"bugs": {
"url": "https://github.com/jshint/jshint/issues"
},
"dependencies": {
"cli": "0.6.x",
"console-browserify": "1.1.x",
"exit": "0.1.x",
"htmlparser2": "3.8.x",
"lodash": "3.7.x",
"minimatch": "2.0.x",
"shelljs": "0.3.x",
"strip-json-comments": "1.0.x"
},
"description": "Static analysis tool for JavaScript",
"devDependencies": {
"browserify": "9.x",
"coveralls": "2.11.x",
"istanbul": "0.3.x",
"jscs": "1.11.x",
"jshint": "2.6.x",
"mock-stdin": "0.3.x",
"nodeunit": "0.9.x",
"regenerate": "1.2.x",
"sinon": "1.12.x",
"unicode-6.3.0": "0.1.x"
},
"directories": {},
"dist": {
"shasum": "1d09a3bd913c4cadfa81bf18d582bd85bffe0d44",
"tarball": "http://registry.npmjs.org/jshint/-/jshint-2.8.0.tgz"
},
"files": [
"bin",
"data",
"dist",
"src"
],
"gitHead": "e6611af2d180bd2317d5762e85807a481de99ccb",
"homepage": "http://jshint.com/",
"license": "(MIT AND JSON)",
"main": "./src/jshint.js",
"maintainers": [
{
"name": "antonkovalyov",
"email": "anton@kovalyov.net"
},
{
"name": "rwaldron",
"email": "waldron.rick@gmail.com"
},
{
"name": "jugglinmike",
"email": "mike@mikepennisi.com"
}
],
"name": "jshint",
"optionalDependencies": {},
"preferGlobal": true,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jshint/jshint.git"
},
"scripts": {
"build": "node bin/build",
"coverage": "istanbul -- cover ./node_modules/.bin/nodeunit tests/unit",
"data": "node scripts/generate-identifier-data",
"pretest": "jshint src && jscs src",
"test": "nodeunit tests tests/regression tests/unit"
},
"version": "2.8.0"
}