mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
122 lines
3.6 KiB
JSON
122 lines
3.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"esprima-fb@13001.1001.0-dev-harmony-fb",
|
|
"/Users/mromano/dev/react-sfs/node_modules/jstransform"
|
|
]
|
|
],
|
|
"_from": "esprima-fb@13001.1001.0-dev-harmony-fb",
|
|
"_id": "esprima-fb@13001.1001.0-dev-harmony-fb",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/esprima-fb",
|
|
"_npmUser": {
|
|
"email": "gabelevi@gmail.com",
|
|
"name": "gabelevi"
|
|
},
|
|
"_npmVersion": "1.4.16",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "esprima-fb",
|
|
"raw": "esprima-fb@13001.1001.0-dev-harmony-fb",
|
|
"rawSpec": "13001.1001.0-dev-harmony-fb",
|
|
"scope": null,
|
|
"spec": "13001.1001.0-dev-harmony-fb",
|
|
"type": "version"
|
|
},
|
|
"_requiredBy": [
|
|
"/jstransform"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/esprima-fb/-/esprima-fb-13001.1001.0-dev-harmony-fb.tgz",
|
|
"_shasum": "633acdb40d9bd4db8a1c1d68c06a942959fad2b0",
|
|
"_shrinkwrap": null,
|
|
"_spec": "esprima-fb@13001.1001.0-dev-harmony-fb",
|
|
"_where": "/Users/mromano/dev/react-sfs/node_modules/jstransform",
|
|
"author": {
|
|
"email": "ariya.hidayat@gmail.com",
|
|
"name": "Ariya Hidayat"
|
|
},
|
|
"bin": {
|
|
"esparse": "./bin/esparse.js",
|
|
"esvalidate": "./bin/esvalidate.js"
|
|
},
|
|
"bugs": {
|
|
"url": "http://issues.esprima.org"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Facebook-specific fork of the esprima project",
|
|
"devDependencies": {
|
|
"commander": "~2.5.0",
|
|
"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",
|
|
"regenerate": "~0.5.4",
|
|
"unicode-6.3.0": "~0.1.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "633acdb40d9bd4db8a1c1d68c06a942959fad2b0",
|
|
"tarball": "https://registry.npmjs.org/esprima-fb/-/esprima-fb-13001.1001.0-dev-harmony-fb.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.4.0"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"test/run.js",
|
|
"test/runner.js",
|
|
"test/test.js",
|
|
"test/compat.js",
|
|
"test/reflect.js",
|
|
"esprima.js"
|
|
],
|
|
"gitHead": "a3ae0c054867db61166dd72affc579710b36476d",
|
|
"homepage": "https://github.com/facebook/esprima/tree/fb-harmony",
|
|
"licenses": [
|
|
{
|
|
"type": "BSD",
|
|
"url": "http://github.com/facebook/esprima/raw/master/LICENSE.BSD"
|
|
}
|
|
],
|
|
"main": "esprima.js",
|
|
"maintainers": [
|
|
{
|
|
"email": "jeff@anafx.com",
|
|
"name": "jeffmo"
|
|
},
|
|
{
|
|
"email": "paul@oshannessy.com",
|
|
"name": "zpao"
|
|
},
|
|
{
|
|
"email": "gabelevi@gmail.com",
|
|
"name": "gabelevi"
|
|
}
|
|
],
|
|
"name": "esprima-fb",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/facebook/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 18 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": "13001.1001.0-dev-harmony-fb"
|
|
}
|