{ "_args": [ [ "acorn-import-assertions@1.8.0", "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" ] ], "_development": true, "_from": "acorn-import-assertions@1.8.0", "_id": "acorn-import-assertions@1.8.0", "_inBundle": false, "_integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==", "_location": "/acorn-import-assertions", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "acorn-import-assertions@1.8.0", "name": "acorn-import-assertions", "escapedName": "acorn-import-assertions", "rawSpec": "1.8.0", "saveSpec": null, "fetchSpec": "1.8.0" }, "_requiredBy": [ "/webpack" ], "_resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz", "_spec": "1.8.0", "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", "author": { "name": "Sven Sauleau", "email": "sven@sauleau.com" }, "browserslist": [ "maintained node versions" ], "bugs": { "url": "https://github.com/xtuc/acorn-import-assertions/issues" }, "description": "Support for import assertions 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": "github:tc39/test262#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-assertions#readme", "license": "MIT", "main": "lib/index.js", "module": "src/index.js", "name": "acorn-import-assertions", "peerDependencies": { "acorn": "^8" }, "repository": { "type": "git", "url": "git+https://github.com/xtuc/acorn-import-assertions.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.8.0" }