summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/acorn/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/node_modules/acorn/package.json')
-rw-r--r--tools/node_modules/eslint/node_modules/acorn/package.json49
1 files changed, 34 insertions, 15 deletions
diff --git a/tools/node_modules/eslint/node_modules/acorn/package.json b/tools/node_modules/eslint/node_modules/acorn/package.json
index 6109435384..3512ede7ce 100644
--- a/tools/node_modules/eslint/node_modules/acorn/package.json
+++ b/tools/node_modules/eslint/node_modules/acorn/package.json
@@ -1,8 +1,8 @@
{
"_from": "acorn@^5.2.1",
- "_id": "acorn@5.2.1",
+ "_id": "acorn@5.3.0",
"_inBundle": false,
- "_integrity": "sha512-jG0u7c4Ly+3QkkW18V+NRDN+4bWHdln30NL1ZL2AvFZZmQe/BfopYCtghCKKVBUSetZ4QKcyA0pY6/4Gw8Pv8w==",
+ "_integrity": "sha512-Yej+zOJ1Dm/IMZzzj78OntP/r3zHEaKcyNoU2lAaxPtrseM6rF0xwqoz5Q5ysAiED9hTjI2hgtvLXitlCN1/Ug==",
"_location": "/eslint/acorn",
"_phantomChildren": {},
"_requested": {
@@ -18,15 +18,15 @@
"_requiredBy": [
"/eslint/espree"
],
- "_resolved": "https://registry.npmjs.org/acorn/-/acorn-5.2.1.tgz",
- "_shasum": "317ac7821826c22c702d66189ab8359675f135d7",
+ "_resolved": "https://registry.npmjs.org/acorn/-/acorn-5.3.0.tgz",
+ "_shasum": "7446d39459c54fb49a80e6ee6478149b940ec822",
"_spec": "acorn@^5.2.1",
- "_where": "/Users/cjihrig/iojs/node/tools/eslint-tmp/node_modules/eslint/node_modules/espree",
+ "_where": "/home/mzasso/git/nodejs/node/tools/eslint-tmp/node_modules/eslint/node_modules/espree",
"bin": {
"acorn": "./bin/acorn"
},
"bugs": {
- "url": "https://github.com/ternjs/acorn/issues"
+ "url": "https://github.com/acornjs/acorn/issues"
},
"bundleDependencies": false,
"contributors": [
@@ -34,6 +34,12 @@
"name": "List of Acorn contributors. Updated before every release."
},
{
+ "name": "Adrian Heine"
+ },
+ {
+ "name": "Adrian Heine né Lang"
+ },
+ {
"name": "Adrian Rakovsky"
},
{
@@ -67,6 +73,9 @@
"name": "Charles Hughes"
},
{
+ "name": "Charmander"
+ },
+ {
"name": "Conrad Irwin"
},
{
@@ -82,6 +91,9 @@
"name": "ehmicky"
},
{
+ "name": "Felix Maier"
+ },
+ {
"name": "Forbes Lindesay"
},
{
@@ -136,6 +148,9 @@
"name": "krator"
},
{
+ "name": "laosb"
+ },
+ {
"name": "Marek"
},
{
@@ -238,19 +253,22 @@
"deprecated": false,
"description": "ECMAScript parser",
"devDependencies": {
- "eslint": "^3.18.0",
- "eslint-config-standard": "^7.1.0",
+ "eslint": "^4.10.0",
+ "eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.2.0",
+ "eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.5.0",
- "eslint-plugin-standard": "^2.1.1",
- "rollup": "^0.43.0",
- "rollup-plugin-buble": "^0.15.0",
+ "eslint-plugin-standard": "^3.0.1",
+ "rollup": "^0.45.0",
+ "rollup-plugin-buble": "^0.16.0",
+ "test262": "git+https://github.com/tc39/test262.git#51553973738063f457e248f7f1e643c561c8a64c",
+ "test262-parser-runner": "^0.2.0",
"unicode-9.0.0": "^0.7.0"
},
"engines": {
"node": ">=0.4.0"
},
- "homepage": "https://github.com/ternjs/acorn",
+ "homepage": "https://github.com/acornjs/acorn",
"license": "MIT",
"main": "dist/acorn.js",
"maintainers": [
@@ -269,7 +287,7 @@
"name": "acorn",
"repository": {
"type": "git",
- "url": "git+https://github.com/ternjs/acorn.git"
+ "url": "git+https://github.com/acornjs/acorn.git"
},
"scripts": {
"build": "npm run build:main && npm run build:walk && npm run build:loose && npm run build:bin",
@@ -280,7 +298,8 @@
"lint": "eslint src/",
"prepare": "npm test",
"pretest": "npm run build:main && npm run build:loose",
- "test": "node test/run.js && node test/lint.js"
+ "test": "node test/run.js && node test/lint.js",
+ "test:test262": "node bin/run_test262.js"
},
- "version": "5.2.1"
+ "version": "5.3.0"
}