File: /var/www/zaklada/html/node_modules/escodegen/node_modules/esprima/package.json
{
"_args": [
[
"esprima@1.2.5",
"C:\\wamp\\www\\tokic-shop\\html"
]
],
"_development": true,
"_from": "esprima@1.2.5",
"_id": "esprima@1.2.5",
"_inBundle": false,
"_integrity": "sha1-CZNQL+r2aBODJXVvMPmlH+7sEek=",
"_location": "/escodegen/esprima",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "esprima@1.2.5",
"name": "esprima",
"escapedName": "esprima",
"rawSpec": "1.2.5",
"saveSpec": null,
"fetchSpec": "1.2.5"
},
"_requiredBy": [
"/escodegen"
],
"_resolved": "https://registry.npmjs.org/esprima/-/esprima-1.2.5.tgz",
"_spec": "1.2.5",
"_where": "C:\\wamp\\www\\tokic-shop\\html",
"author": {
"name": "Ariya Hidayat",
"email": "ariya.hidayat@gmail.com"
},
"bin": {
"esparse": "./bin/esparse.js",
"esvalidate": "./bin/esvalidate.js"
},
"bugs": {
"url": "http://issues.esprima.org"
},
"description": "ECMAScript parsing infrastructure for multipurpose analysis",
"devDependencies": {
"complexity-report": "~0.6.1",
"eslint": "~0.4.3",
"istanbul": "~0.2.6",
"jscs": "~1.2.4",
"jslint": "~0.1.9",
"json-diff": "~0.3.1",
"optimist": "~0.6.0",
"regenerate": "~0.5.4",
"unicode-6.3.0": "~0.1.0"
},
"engines": {
"node": ">=0.4.0"
},
"files": [
"bin",
"test/run.js",
"test/runner.js",
"test/test.js",
"test/compat.js",
"test/reflect.js",
"esprima.js"
],
"homepage": "http://esprima.org",
"keywords": [
"ast",
"ecmascript",
"javascript",
"parser",
"syntax"
],
"licenses": [
{
"type": "BSD",
"url": "http://github.com/ariya/esprima/raw/master/LICENSE.BSD"
}
],
"main": "esprima.js",
"maintainers": [
{
"name": "Ariya Hidayat",
"email": "ariya.hidayat@gmail.com",
"url": "http://ariya.ofilabs.com"
}
],
"name": "esprima",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ariya/esprima.git"
},
"scripts": {
"analyze-complexity": "node tools/list-complexity.js",
"analyze-coverage": "node node_modules/istanbul/lib/cli.js cover test/runner.js",
"benchmark": "node test/benchmarks.js",
"benchmark-quick": "node test/benchmarks.js quick",
"check-complexity": "node node_modules/complexity-report/src/cli.js --maxcc 14 --silent -l -w esprima.js",
"check-coverage": "node node_modules/istanbul/lib/cli.js check-coverage --statement 100 --branch 100 --function 100",
"check-version": "node tools/check-version.js",
"complexity": "npm run-script analyze-complexity && npm run-script check-complexity",
"coverage": "npm run-script analyze-coverage && npm run-script check-coverage",
"eslint": "node node_modules/eslint/bin/eslint.js esprima.js",
"generate-regex": "node tools/generate-identifier-regex.js",
"jscs": "node node_modules/jscs/bin/jscs esprima.js",
"jslint": "echo Skipping JSLint",
"lint": "npm run-script check-version && npm run-script eslint && npm run-script jscs && npm run-script jslint",
"test": "npm run-script lint && node test/run.js && npm run-script coverage && npm run-script complexity"
},
"version": "1.2.5"
}