Update checked-in dependencies
This commit is contained in:
parent
fa428daf9c
commit
b3bf514df4
216 changed files with 4342 additions and 1611 deletions
35
node_modules/@nolyfill/is-core-module/package.json
generated
vendored
Normal file
35
node_modules/@nolyfill/is-core-module/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"name": "@nolyfill/is-core-module",
|
||||
"version": "1.0.39",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/SukkaW/nolyfill",
|
||||
"directory": "packages/manual/is-core-module"
|
||||
},
|
||||
"main": "./index.js",
|
||||
"types": "./index.d.ts",
|
||||
"files": [
|
||||
"**/*.js",
|
||||
"*.d.ts",
|
||||
"*.js"
|
||||
],
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./index.js": "./index.js",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^26.0.1",
|
||||
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||
"@rollup/plugin-replace": "^5.0.7",
|
||||
"ljharb-is-core-module": "npm:is-core-module@^2.15.0",
|
||||
"resolve-pkg": "^2.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.4.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rollup -c rollup.config.ts --configPlugin swc3"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue