| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- {
- "_from": "magic-string@^0.30.19",
- "_id": "magic-string@0.30.19",
- "_inBundle": false,
- "_integrity": "sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw==",
- "_location": "/magic-string",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "magic-string@^0.30.19",
- "name": "magic-string",
- "escapedName": "magic-string",
- "rawSpec": "^0.30.19",
- "saveSpec": null,
- "fetchSpec": "^0.30.19"
- },
- "_requiredBy": [
- "/@vue/babel-plugin-resolve-type/@vue/compiler-sfc"
- ],
- "_resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.19.tgz",
- "_shasum": "cebe9f104e565602e5d2098c5f2e79a77cc86da9",
- "_spec": "magic-string@^0.30.19",
- "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@vue\\babel-plugin-resolve-type\\node_modules\\@vue\\compiler-sfc",
- "author": {
- "name": "Rich Harris"
- },
- "bugs": {
- "url": "https://github.com/rich-harris/magic-string/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@jridgewell/sourcemap-codec": "^1.5.5"
- },
- "deprecated": false,
- "description": "Modify strings, generate sourcemaps",
- "devDependencies": {
- "@eslint/js": "^9.35.0",
- "@rollup/plugin-node-resolve": "^16.0.1",
- "@rollup/plugin-replace": "^6.0.2",
- "benchmark": "^2.1.4",
- "bumpp": "^10.2.3",
- "conventional-changelog-cli": "^5.0.0",
- "eslint": "^9.35.0",
- "prettier": "^3.6.2",
- "publint": "^0.3.12",
- "rollup": "^4.50.1",
- "source-map-js": "^1.2.1",
- "source-map-support": "^0.5.21",
- "vitest": "^3.2.4"
- },
- "exports": {
- "./package.json": "./package.json",
- ".": {
- "import": "./dist/magic-string.es.mjs",
- "require": "./dist/magic-string.cjs.js"
- }
- },
- "files": [
- "dist/*",
- "index.d.ts",
- "README.md"
- ],
- "homepage": "https://github.com/rich-harris/magic-string#readme",
- "jsnext:main": "./dist/magic-string.es.mjs",
- "keywords": [
- "string",
- "string manipulation",
- "sourcemap",
- "templating",
- "transpilation"
- ],
- "license": "MIT",
- "main": "./dist/magic-string.cjs.js",
- "module": "./dist/magic-string.es.mjs",
- "name": "magic-string",
- "packageManager": "pnpm@10.15.1",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/rich-harris/magic-string.git"
- },
- "scripts": {
- "bench": "npm run build && node benchmark/index.mjs",
- "build": "rollup -c",
- "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
- "format": "prettier --single-quote --print-width 100 --use-tabs --write .",
- "lint": "eslint src test && publint",
- "lint:fix": "eslint src test --fix",
- "prepare": "npm run build",
- "prepublishOnly": "npm run lint && rm -rf dist && npm test",
- "pretest": "npm run build",
- "release": "bumpp -x \"npm run changelog\" --all --commit --tag --push && npm publish",
- "test": "vitest run",
- "test:dev": "vitest",
- "watch": "rollup -cw"
- },
- "sideEffects": false,
- "type": "commonjs",
- "types": "./dist/magic-string.cjs.d.ts",
- "version": "0.30.19"
- }
|