first
This commit is contained in:
81
node_modules/acorn-import-assertions/package.json
generated
vendored
Normal file
81
node_modules/acorn-import-assertions/package.json
generated
vendored
Normal file
@ -0,0 +1,81 @@
|
||||
{
|
||||
"_from": "acorn-import-assertions@^1.9.0",
|
||||
"_id": "acorn-import-assertions@1.9.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==",
|
||||
"_location": "/acorn-import-assertions",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "acorn-import-assertions@^1.9.0",
|
||||
"name": "acorn-import-assertions",
|
||||
"escapedName": "acorn-import-assertions",
|
||||
"rawSpec": "^1.9.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.9.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/webpack"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz",
|
||||
"_shasum": "507276249d684797c84e0734ef84860334cfb1ac",
|
||||
"_spec": "acorn-import-assertions@^1.9.0",
|
||||
"_where": "C:\\Users\\zhouxueli\\Desktop\\scheduling-app\\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.9.0"
|
||||
}
|
Reference in New Issue
Block a user