summaryrefslogtreecommitdiff
path: root/deps/acorn-plugins/acorn-bigint/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/acorn-plugins/acorn-bigint/package.json')
-rw-r--r--deps/acorn-plugins/acorn-bigint/package.json65
1 files changed, 0 insertions, 65 deletions
diff --git a/deps/acorn-plugins/acorn-bigint/package.json b/deps/acorn-plugins/acorn-bigint/package.json
deleted file mode 100644
index 073cdfb86c..0000000000
--- a/deps/acorn-plugins/acorn-bigint/package.json
+++ /dev/null
@@ -1,65 +0,0 @@
-{
- "_from": "acorn-bigint",
- "_id": "acorn-bigint@0.4.0",
- "_inBundle": false,
- "_integrity": "sha512-W9iaqWzqFo7ZBLmI9dMjHYGrN0Nm/ZgToqhvd3RELJux7RsX6k1/80h+bD9TtTpeKky/kYNbr3+vHWqI3hdyfA==",
- "_location": "/acorn-bigint",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "acorn-bigint",
- "name": "acorn-bigint",
- "escapedName": "acorn-bigint",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/acorn-bigint/-/acorn-bigint-0.4.0.tgz",
- "_shasum": "af3245ed8a7c3747387fca4680ae1960f617c4cd",
- "_spec": "acorn-bigint",
- "_where": "/home/ruben/repos/node/node",
- "bugs": {
- "url": "https://github.com/acornjs/acorn-bigint/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Adrian Heine",
- "email": "mail@adrianheine.de"
- }
- ],
- "deprecated": false,
- "description": "Support for BigInt in acorn",
- "devDependencies": {
- "acorn": "^6.1.1",
- "eslint": "^5.16.0",
- "eslint-plugin-node": "^8.0.1",
- "mocha": "^6.0.2",
- "test262": "git+https://github.com/tc39/test262.git#611919174ffe060503691a0c7e3eb2a65b646124",
- "test262-parser-runner": "^0.5.0"
- },
- "engines": {
- "node": ">=4.8.2"
- },
- "homepage": "https://github.com/acornjs/acorn-bigint",
- "license": "MIT",
- "name": "acorn-bigint",
- "peerDependencies": {
- "acorn": "^6.0.0"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/acornjs/acorn-bigint.git"
- },
- "scripts": {
- "lint": "eslint -c .eslintrc.json .",
- "test": "mocha",
- "test:test262": "node run_test262.js"
- },
- "version": "0.4.0"
-}