UNPKG

acorn-numeric-separator

Version:
33 lines (32 loc) 838 B
{ "name": "acorn-numeric-separator", "description": "Support for numeric separators in acorn", "homepage": "https://github.com/acornjs/acorn-numeric-separator", "contributors": [ "Adrian Heine <mail@adrianheine.de>" ], "engines": { "node": ">=4.8.2" }, "repository": { "type": "git", "url": "https://github.com/acornjs/acorn-numeric-separator" }, "license": "AGPL-3.0", "scripts": { "test": "mocha", "test:test262": "node run_test262.js", "lint": "eslint -c .eslintrc.json ." }, "dependencies": { "acorn": "^5.2.1" }, "version": "0.1.1", "devDependencies": { "eslint": "^4.13.1", "eslint-plugin-node": "^5.2.1", "mocha": "^4.0.1", "test262": "git+https://github.com/tc39/test262.git#revert-1188-revert-1176-1051", "test262-parser-runner": "^0.2.0" } }