package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "magic-string@^0.25.7",
  3. "_id": "magic-string@0.25.9",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
  6. "_location": "/magic-string",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "magic-string@^0.25.7",
  12. "name": "magic-string",
  13. "escapedName": "magic-string",
  14. "rawSpec": "^0.25.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.25.7"
  17. },
  18. "_requiredBy": [
  19. "/@vue/compiler-sfc",
  20. "/@vue/reactivity-transform"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz",
  23. "_shasum": "de7f9faf91ef8a1c91d02c2e5314c8277dbcdd1c",
  24. "_spec": "magic-string@^0.25.7",
  25. "_where": "D:\\work\\liebao-developApi\\node_modules\\@vue\\compiler-sfc",
  26. "author": {
  27. "name": "Rich Harris"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/rich-harris/magic-string/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "sourcemap-codec": "^1.4.8"
  35. },
  36. "deprecated": false,
  37. "description": "Modify strings, generate sourcemaps",
  38. "devDependencies": {
  39. "@rollup/plugin-buble": "^0.21.3",
  40. "@rollup/plugin-node-resolve": "^13.1.3",
  41. "@rollup/plugin-replace": "^4.0.0",
  42. "bumpp": "^7.1.1",
  43. "conventional-changelog-cli": "^2.2.2",
  44. "eslint": "^7.32.0",
  45. "mocha": "^9.2.1",
  46. "prettier": "^2.5.1",
  47. "rollup": "^2.69.0",
  48. "source-map": "^0.6.1",
  49. "source-map-support": "^0.5.21"
  50. },
  51. "files": [
  52. "dist/*",
  53. "index.d.ts",
  54. "README.md"
  55. ],
  56. "homepage": "https://github.com/rich-harris/magic-string#readme",
  57. "jsnext:main": "dist/magic-string.es.js",
  58. "keywords": [
  59. "string",
  60. "string manipulation",
  61. "sourcemap",
  62. "templating",
  63. "transpilation"
  64. ],
  65. "license": "MIT",
  66. "main": "dist/magic-string.cjs.js",
  67. "module": "dist/magic-string.es.js",
  68. "name": "magic-string",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/rich-harris/magic-string.git"
  72. },
  73. "scripts": {
  74. "build": "rollup -c",
  75. "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
  76. "format": "prettier --single-quote --print-width 100 --use-tabs --write src/*.js src/**/*.js",
  77. "lint": "eslint src test",
  78. "prepare": "npm run build",
  79. "prepublishOnly": "rm -rf dist && npm test",
  80. "pretest": "npm run lint && npm run build",
  81. "release": "bumpp -x \"npm run changelog\" --all --commit --tag --push && npm publish",
  82. "test": "mocha",
  83. "watch": "rollup -cw"
  84. },
  85. "typings": "index.d.ts",
  86. "version": "0.25.9"
  87. }