twreporter-react
Version:
React-Redux site for The Reporter Foundation in Taiwan
181 lines (180 loc) • 4.6 kB
JSON
{
"_args": [
[
"eslint@1.8.0",
"/Users/nick/codes/twreporter-react"
]
],
"_from": "eslint@1.8.0",
"_id": "eslint@1.8.0",
"_inCache": true,
"_installable": true,
"_location": "/eslint",
"_npmUser": {
"email": "nicholas@nczconsulting.com",
"name": "nzakas"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {
"deep-is": "0.1.3",
"inflight": "1.0.4",
"inherits": "2.0.1",
"minimatch": "2.0.10",
"once": "1.3.3",
"path-is-absolute": "1.0.0",
"prelude-ls": "1.1.2",
"type-check": "0.3.2"
},
"_requested": {
"name": "eslint",
"raw": "eslint@1.8.0",
"rawSpec": "1.8.0",
"scope": null,
"spec": "1.8.0",
"type": "version"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/eslint/-/eslint-1.8.0.tgz",
"_shasum": "3138ed78290588cf1f4ce2c72491d07b82a5a8ab",
"_shrinkwrap": null,
"_spec": "eslint@1.8.0",
"_where": "/Users/nick/codes/twreporter-react",
"author": {
"email": "nicholas+npm@nczconsulting.com",
"name": "Nicholas C. Zakas"
},
"bin": {
"eslint": "./bin/eslint.js"
},
"bugs": {
"url": "https://github.com/eslint/eslint/issues/"
},
"dependencies": {
"chalk": "^1.0.0",
"concat-stream": "^1.4.6",
"debug": "^2.1.1",
"doctrine": "^0.7.0",
"escape-string-regexp": "^1.0.2",
"escope": "^3.2.0",
"espree": "^2.2.4",
"estraverse": "^4.1.0",
"estraverse-fb": "^1.3.1",
"esutils": "^2.0.2",
"file-entry-cache": "^1.1.1",
"glob": "^5.0.14",
"globals": "^8.11.0",
"handlebars": "^4.0.0",
"inquirer": "^0.9.0",
"is-my-json-valid": "^2.10.0",
"is-resolvable": "^1.0.0",
"js-yaml": "^3.2.5",
"json-stable-stringify": "^1.0.0",
"lodash.clonedeep": "^3.0.1",
"lodash.merge": "^3.3.2",
"lodash.omit": "^3.1.0",
"minimatch": "^2.0.1",
"mkdirp": "^0.5.0",
"object-assign": "^2.0.0",
"optionator": "^0.5.0",
"path-is-absolute": "^1.0.0",
"path-is-inside": "^1.0.1",
"shelljs": "^0.3.0",
"strip-json-comments": "~1.0.1",
"text-table": "~0.2.0",
"to-double-quotes": "^1.0.1",
"to-single-quotes": "^1.0.3",
"user-home": "^1.0.0",
"xml-escape": "~1.0.0"
},
"description": "An AST-based pattern checker for JavaScript.",
"devDependencies": {
"beefy": "^1.0.0",
"brfs": "0.0.9",
"browserify": "^8.1.3",
"chai": "^1.9.1",
"cheerio": "^0.19.0",
"coveralls": "2.11.2",
"dateformat": "^1.0.8",
"ejs": "^2.3.3",
"esprima": "^2.4.1",
"esprima-fb": "^10001.1.0-dev-harmony-fb",
"gh-got": "^1.0.3",
"istanbul": "^0.3.5",
"jsdoc": "^3.3.0-beta1",
"jsonlint": "^1.6.2",
"leche": "^2.1.1",
"linefix": "^0.1.1",
"load-perf": "^0.2.0",
"markdownlint": "^0.0.8",
"mocha": "^2.1.0",
"mocha-phantomjs": "3.6.0",
"npm-license": "^0.2.3",
"phantomjs": "1.9.7-15",
"proxyquire": "^1.0.0",
"rewire": "^2.3.4",
"semver": "^4.1.0",
"shelljs-nodecli": "~0.1.0",
"sinon": "1.14.1",
"through": "^2.3.6"
},
"directories": {},
"dist": {
"shasum": "3138ed78290588cf1f4ce2c72491d07b82a5a8ab",
"tarball": "http://registry.npmjs.org/eslint/-/eslint-1.8.0.tgz"
},
"engines": {
"node": ">=0.10"
},
"files": [
"LICENSE",
"README.md",
"bin",
"conf",
"lib"
],
"gitHead": "0ce8ae872528811f484054a85485c931b3cf5435",
"homepage": "http://eslint.org",
"keywords": [
"ast",
"ecmascript",
"espree",
"javascript",
"lint"
],
"license": "MIT",
"main": "./lib/api.js",
"maintainers": [
{
"name": "nzakas",
"email": "nicholas@nczconsulting.com"
},
{
"name": "ivolodin",
"email": "ivolodin@gmail.com"
}
],
"name": "eslint",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/eslint/eslint.git"
},
"scripts": {
"browserify": "node Makefile.js browserify",
"check-commit": "node Makefile.js checkGitCommit",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"docs": "node Makefile.js docs",
"gensite": "node Makefile.js gensite",
"lint": "node Makefile.js lint",
"major": "node Makefile.js major",
"minor": "node Makefile.js minor",
"patch": "node Makefile.js patch",
"perf": "node Makefile.js perf",
"profile": "beefy tests/bench/bench.js --open -- -t brfs -t ./tests/bench/xform-rules.js -r espree",
"test": "node Makefile.js test"
},
"version": "1.8.0"
}