magic-regexp
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "magic-regexp", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "", | ||
"repository": "danielroe/magic-regexp", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
"type": "module", | ||
"exports": { | ||
".": "./dist/index.mjs", | ||
"./transform": "./dist/transform.mjs", | ||
"./nuxt": "./nuxt.mjs" | ||
}, | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"nuxt.mjs" | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "unbuild", | ||
"dev": "vitest dev", | ||
"lint": "pnpm lint:all:eslint && pnpm lint:all:prettier", | ||
"lint:all:eslint": "pnpm lint:eslint --ext .ts,.js,.mjs,.cjs .", | ||
"lint:all:prettier": "pnpm lint:prettier \"{src,test}/**/*.{js,json,ts}\"", | ||
"lint:eslint": "eslint --fix", | ||
"lint:prettier": "prettier --write --loglevel warn", | ||
"prepare": "husky install && pnpm build", | ||
"prepublishOnly": "pnpm lint && pnpm test && pinst --disable", | ||
"release": "release-it", | ||
"test": "vitest run", | ||
"_postinstall": "husky install", | ||
"postpublish": "pinst --enable" | ||
}, | ||
"keywords": [], | ||
"author": "Daniel Roe <daniel@roe.dev>", | ||
"license": "MIT" | ||
"dependencies": { | ||
"estree-walker": "^3.0.1", | ||
"magic-string": "^0.26.2", | ||
"ufo": "^0.8.5", | ||
"unplugin": "^0.7.2" | ||
}, | ||
"devDependencies": { | ||
"@nuxtjs/eslint-config-typescript": "latest", | ||
"@release-it/conventional-changelog": "latest", | ||
"@types/estree": "^1.0.0", | ||
"@types/node": "latest", | ||
"acorn": "^8.7.1", | ||
"c8": "latest", | ||
"conventional-changelog-conventionalcommits": "latest", | ||
"eslint": "latest", | ||
"eslint-config-prettier": "latest", | ||
"eslint-plugin-prettier": "latest", | ||
"expect-type": "latest", | ||
"husky": "latest", | ||
"lint-staged": "latest", | ||
"pinst": "latest", | ||
"prettier": "latest", | ||
"release-it": "latest", | ||
"typescript": "latest", | ||
"unbuild": "latest", | ||
"vite": "^3.0.0", | ||
"vitest": "latest" | ||
}, | ||
"resolutions": { | ||
"magic-regexp": "link:." | ||
}, | ||
"packageManager": "pnpm@7.5.0", | ||
"volta": { | ||
"node": "16.15.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
13871
8
191
2
0
117
Yes
4
20
2
+ Addedestree-walker@^3.0.1
+ Addedmagic-string@^0.26.2
+ Addedufo@^0.8.5
+ Addedunplugin@^0.7.2
+ Added@types/estree@1.0.6(transitive)
+ Addedacorn@8.14.0(transitive)
+ Addedanymatch@3.1.3(transitive)
+ Addedbinary-extensions@2.3.0(transitive)
+ Addedbraces@3.0.3(transitive)
+ Addedchokidar@3.6.0(transitive)
+ Addedestree-walker@3.0.3(transitive)
+ Addedfill-range@7.1.1(transitive)
+ Addedfsevents@2.3.3(transitive)
+ Addedglob-parent@5.1.2(transitive)
+ Addedis-binary-path@2.1.0(transitive)
+ Addedis-extglob@2.1.1(transitive)
+ Addedis-glob@4.0.3(transitive)
+ Addedis-number@7.0.0(transitive)
+ Addedmagic-string@0.26.7(transitive)
+ Addednormalize-path@3.0.0(transitive)
+ Addedpicomatch@2.3.1(transitive)
+ Addedreaddirp@3.6.0(transitive)
+ Addedsourcemap-codec@1.4.8(transitive)
+ Addedto-regex-range@5.0.1(transitive)
+ Addedufo@0.8.6(transitive)
+ Addedunplugin@0.7.2(transitive)
+ Addedwebpack-sources@3.2.3(transitive)
+ Addedwebpack-virtual-modules@0.4.6(transitive)