You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
103 lines
3.0 KiB
103 lines
3.0 KiB
{ |
|
"_args": [ |
|
[ |
|
"magic-string@0.30.5", |
|
"D:\\Project\\DaPing" |
|
] |
|
], |
|
"_from": "magic-string@0.30.5", |
|
"_id": "magic-string@0.30.5", |
|
"_inBundle": false, |
|
"_integrity": "sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==", |
|
"_location": "/magic-string", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "magic-string@0.30.5", |
|
"name": "magic-string", |
|
"escapedName": "magic-string", |
|
"rawSpec": "0.30.5", |
|
"saveSpec": null, |
|
"fetchSpec": "0.30.5" |
|
}, |
|
"_requiredBy": [ |
|
"/@dcloudio/uni-cli-shared", |
|
"/@dcloudio/vite-plugin-uni", |
|
"/@dcloudio/vite-plugin-uni/@vitejs/plugin-legacy" |
|
], |
|
"_resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.5.tgz", |
|
"_spec": "0.30.5", |
|
"_where": "D:\\Project\\DaPing", |
|
"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.0", |
|
"@rollup/plugin-replace": "^5.0.2", |
|
"benchmark": "^2.1.4", |
|
"bumpp": "^9.2.0", |
|
"conventional-changelog-cli": "^3.0.0", |
|
"eslint": "^8.47.0", |
|
"mocha": "^10.2.0", |
|
"prettier": "^3.0.2", |
|
"publint": "^0.2.1", |
|
"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 && cp ./src/index.d.ts ./dist/magic-string.es.d.mts && cp ./src/index.d.ts ./dist/magic-string.cjs.d.ts", |
|
"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", |
|
"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.5" |
|
}
|
|
|