1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
| {
| "_args": [
| [
| "magic-string@0.30.9",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "magic-string@0.30.9",
| "_id": "magic-string@0.30.9",
| "_inBundle": false,
| "_integrity": "sha512-S1+hd+dIrC8EZqKyT9DstTH/0Z+f76kmmvZnkfQVmOpDEF9iVgdYif3Q/pIWHmCoo59bQVGW0kVL3e2nl+9+Sw==",
| "_location": "/magic-string",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "magic-string@0.30.9",
| "name": "magic-string",
| "escapedName": "magic-string",
| "rawSpec": "0.30.9",
| "saveSpec": null,
| "fetchSpec": "0.30.9"
| },
| "_requiredBy": [
| "/@vue/compiler-sfc"
| ],
| "_resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.9.tgz",
| "_spec": "0.30.9",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Rich Harris"
| },
| "bugs": {
| "url": "https://github.com/rich-harris/magic-string/issues"
| },
| "dependencies": {
| "@jridgewell/sourcemap-codec": "^1.4.15"
| },
| "description": "Modify strings, generate sourcemaps",
| "devDependencies": {
| "@rollup/plugin-node-resolve": "^15.2.3",
| "@rollup/plugin-replace": "^5.0.5",
| "benchmark": "^2.1.4",
| "bumpp": "^9.3.0",
| "conventional-changelog-cli": "^3.0.0",
| "eslint": "^8.56.0",
| "mocha": "^10.2.0",
| "prettier": "^3.2.4",
| "publint": "^0.2.7",
| "rollup": "^3.28.0",
| "source-map-js": "^1.0.2",
| "source-map-support": "^0.5.21"
| },
| "engines": {
| "node": ">=12"
| },
| "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",
| "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 src/*.js src/**/*.js",
| "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": "mocha",
| "watch": "rollup -cw"
| },
| "types": "./dist/magic-string.cjs.d.ts",
| "version": "0.30.9"
| }
|
|