{ "_from": "acorn-import-attributes@^1.9.5", "_id": "acorn-import-attributes@1.9.5", "_inBundle": false, "_integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==", "_location": "/acorn-import-attributes", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "acorn-import-attributes@^1.9.5", "name": "acorn-import-attributes", "escapedName": "acorn-import-attributes", "rawSpec": "^1.9.5", "saveSpec": null, "fetchSpec": "^1.9.5" }, "_requiredBy": [ "/webpack" ], "_resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz", "_shasum": "7eb1557b1ba05ef18b5ed0ec67591bfab04688ef", "_spec": "acorn-import-attributes@^1.9.5", "_where": "/home/josie/development/hdlines/hdlines-react/node_modules/webpack", "author": { "name": "Sven Sauleau", "email": "sven@sauleau.com" }, "browserslist": [ "maintained node versions" ], "bugs": { "url": "https://github.com/xtuc/acorn-import-attributes/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Support for import attributes in acorn", "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.15.0", "@babel/preset-env": "^7.15.0", "@babel/register": "^7.15.3", "acorn": "^8.4.1", "chai": "^4.3.4", "mocha": "^9.1.0", "test262": "git+https://github.com/tc39/test262.git#47ab262658cd97ae35c9a537808cac18fa4ab567", "test262-parser-runner": "^0.5.0" }, "exports": { ".": { "import": "./lib/index.mjs", "require": "./lib/index.js" }, "./package.json": "./package.json", "./": "./" }, "files": [ "lib", "src" ], "homepage": "https://github.com/xtuc/acorn-import-attributes#readme", "license": "MIT", "main": "lib/index.js", "module": "src/index.js", "name": "acorn-import-attributes", "peerDependencies": { "acorn": "^8" }, "repository": { "type": "git", "url": "git+https://github.com/xtuc/acorn-import-attributes.git" }, "scripts": { "build": "babel ./src --out-dir ./lib && node post-build.js", "prepublishOnly": "npm run build", "test": "mocha ./test/index.js", "test:test262": "node run_test262.js", "watch": "babel ./src --out-dir ./lib --watch" }, "version": "1.9.5" }