mirror of
https://github.com/outbackdingo/control-pane.git
synced 2026-02-08 10:10:26 +00:00
105 lines
2.9 KiB
JSON
105 lines
2.9 KiB
JSON
{
|
|
"_from": "esprima@~ 2.0.0",
|
|
"_id": "esprima@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-YJrFwmZ+rlQztB657OziMxtBSY8=",
|
|
"_location": "/esprima",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "esprima@~ 2.0.0",
|
|
"name": "esprima",
|
|
"escapedName": "esprima",
|
|
"rawSpec": "~ 2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~ 2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/js-yaml"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/esprima/-/esprima-2.0.0.tgz",
|
|
"_shasum": "609ac5c2667eae5433b41eb9ecece2331b41498f",
|
|
"_spec": "esprima@~ 2.0.0",
|
|
"_where": "/usr/home/web/cp/clonos/node/node_modules/js-yaml",
|
|
"author": {
|
|
"name": "Ariya Hidayat",
|
|
"email": "ariya.hidayat@gmail.com"
|
|
},
|
|
"bin": {
|
|
"esparse": "./bin/esparse.js",
|
|
"esvalidate": "./bin/esvalidate.js"
|
|
},
|
|
"bugs": {
|
|
"url": "http://issues.esprima.org"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "ECMAScript parsing infrastructure for multipurpose analysis",
|
|
"devDependencies": {
|
|
"complexity-report": "~1.1.1",
|
|
"escomplex-js": "1.0.0",
|
|
"eslint": "~0.12.0",
|
|
"istanbul": "~0.2.6",
|
|
"jscs": "~1.10.0",
|
|
"json-diff": "~0.3.1",
|
|
"optimist": "~0.6.0",
|
|
"regenerate": "~0.6.2",
|
|
"unicode-7.0.0": "~0.1.5"
|
|
},
|
|
"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": "https://github.com/jquery/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+https://github.com/jquery/esprima.git"
|
|
},
|
|
"scripts": {
|
|
"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-coverage": "node node_modules/istanbul/lib/cli.js check-coverage --statement 100 --branch 100 --function 100",
|
|
"check-version": "node tools/check-version.js",
|
|
"complexity": "node tools/list-complexity.js && cr -s -l -w --maxcyc 16 esprima.js",
|
|
"coverage": "npm run analyze-coverage && npm run check-coverage",
|
|
"eslint": "node node_modules/eslint/bin/eslint.js esprima.js",
|
|
"generate-regex": "node tools/generate-identifier-regex.js",
|
|
"jscs": "jscs esprima.js test/*test.js",
|
|
"lint": "npm run check-version && npm run eslint && npm run jscs && npm run complexity",
|
|
"test": "node test/run.js && npm run lint && npm run coverage"
|
|
},
|
|
"version": "2.0.0"
|
|
}
|