fd22b0bf58
V2 (Laravel re-make)
82 lines
2.3 KiB
JSON
82 lines
2.3 KiB
JSON
{
|
|
"_from": "acorn-import-assertions@^1.7.6",
|
|
"_id": "acorn-import-assertions@1.8.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==",
|
|
"_location": "/acorn-import-assertions",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "acorn-import-assertions@^1.7.6",
|
|
"name": "acorn-import-assertions",
|
|
"escapedName": "acorn-import-assertions",
|
|
"rawSpec": "^1.7.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.7.6"
|
|
},
|
|
"_requiredBy": [
|
|
"/webpack"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz",
|
|
"_shasum": "ba2b5939ce62c238db6d93d81c9b111b29b855e9",
|
|
"_spec": "acorn-import-assertions@^1.7.6",
|
|
"_where": "C:\\laragon\\www\\idlers\\node_modules\\webpack",
|
|
"author": {
|
|
"name": "Sven Sauleau",
|
|
"email": "sven@sauleau.com"
|
|
},
|
|
"browserslist": [
|
|
"maintained node versions"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/xtuc/acorn-import-assertions/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"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"
|
|
}
|