mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
115 lines
2.8 KiB
115 lines
2.8 KiB
{
|
|
"_args": [
|
|
[
|
|
"espree@3.1.3",
|
|
"/Users/silverwind/git/node/tools/package/package"
|
|
]
|
|
],
|
|
"_from": "espree@3.1.3",
|
|
"_id": "espree@3.1.3",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/espree",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/espree-3.1.3.tgz_1458322183008_0.931681108660996"
|
|
},
|
|
"_npmUser": {
|
|
"email": "nicholas@nczconsulting.com",
|
|
"name": "nzakas"
|
|
},
|
|
"_npmVersion": "1.4.10",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "espree",
|
|
"raw": "espree@3.1.3",
|
|
"rawSpec": "3.1.3",
|
|
"scope": null,
|
|
"spec": "3.1.3",
|
|
"type": "version"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/espree/-/espree-3.1.3.tgz",
|
|
"_shasum": "a77ca630986c19b74d95541b845298cd6faa228c",
|
|
"_shrinkwrap": null,
|
|
"_spec": "espree@3.1.3",
|
|
"_where": "/Users/silverwind/git/node/tools/package/package",
|
|
"author": {
|
|
"email": "nicholas+npm@nczconsulting.com",
|
|
"name": "Nicholas C. Zakas"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/eslint/espree.git"
|
|
},
|
|
"dependencies": {
|
|
"acorn": "^3.0.4",
|
|
"acorn-jsx": "^2.0.1"
|
|
},
|
|
"description": "An Esprima-compatible JavaScript parser built on Acorn",
|
|
"devDependencies": {
|
|
"browserify": "^7.0.0",
|
|
"chai": "^1.10.0",
|
|
"eslint": "^2.0.0-beta.1",
|
|
"eslint-config-eslint": "^3.0.0",
|
|
"eslint-release": "^0.3.0",
|
|
"esprima": "latest",
|
|
"esprima-fb": "^8001.2001.0-dev-harmony-fb",
|
|
"istanbul": "~0.2.6",
|
|
"json-diff": "~0.3.1",
|
|
"leche": "^1.0.1",
|
|
"mocha": "^2.0.1",
|
|
"optimist": "~0.6.0",
|
|
"regenerate": "~0.5.4",
|
|
"shelljs": "^0.3.0",
|
|
"shelljs-nodecli": "^0.1.1",
|
|
"unicode-6.3.0": "~0.1.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "a77ca630986c19b74d95541b845298cd6faa228c",
|
|
"tarball": "https://registry.npmjs.org/espree/-/espree-3.1.3.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"espree.js",
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/eslint/espree",
|
|
"keywords": [
|
|
"acorn",
|
|
"ast",
|
|
"ecmascript",
|
|
"javascript",
|
|
"parser",
|
|
"syntax"
|
|
],
|
|
"license": "BSD-2-Clause",
|
|
"main": "espree.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "nzakas",
|
|
"email": "nicholas@nczconsulting.com"
|
|
}
|
|
],
|
|
"name": "espree",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/eslint/espree.git"
|
|
},
|
|
"scripts": {
|
|
"alpharelease": "eslint-prelease alpha",
|
|
"betarelease": "eslint-prelease beta",
|
|
"browserify": "node Makefile.js browserify",
|
|
"generate-regex": "node tools/generate-identifier-regex.js",
|
|
"lint": "node Makefile.js lint",
|
|
"release": "eslint-release",
|
|
"test": "npm run-script lint && node Makefile.js test"
|
|
},
|
|
"version": "3.1.3"
|
|
}
|
|
|