package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "magic-string@0.25.7",
  5. "/Users/wc/Desktop/HBuilder/vue3_cesium"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "magic-string@0.25.7",
  10. "_id": "magic-string@0.25.7",
  11. "_inBundle": false,
  12. "_integrity": "sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==",
  13. "_location": "/magic-string",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "magic-string@0.25.7",
  19. "name": "magic-string",
  20. "escapedName": "magic-string",
  21. "rawSpec": "0.25.7",
  22. "saveSpec": null,
  23. "fetchSpec": "0.25.7"
  24. },
  25. "_requiredBy": [
  26. "/@vue/compiler-sfc",
  27. "/@vue/ref-transform"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.7.tgz",
  30. "_spec": "0.25.7",
  31. "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium",
  32. "author": {
  33. "name": "Rich Harris"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/rich-harris/magic-string/issues"
  37. },
  38. "dependencies": {
  39. "sourcemap-codec": "^1.4.4"
  40. },
  41. "description": "Modify strings, generate sourcemaps",
  42. "devDependencies": {
  43. "eslint": "^5.16.0",
  44. "mocha": "^5.2.0",
  45. "prettier": "^1.18.2",
  46. "rollup": "^1.16.3",
  47. "rollup-plugin-buble": "^0.19.6",
  48. "rollup-plugin-node-resolve": "^5.2.0",
  49. "rollup-plugin-replace": "^2.2.0",
  50. "source-map": "^0.6.1",
  51. "source-map-support": "^0.5.12"
  52. },
  53. "files": [
  54. "dist/*",
  55. "index.d.ts",
  56. "README.md"
  57. ],
  58. "homepage": "https://github.com/rich-harris/magic-string#readme",
  59. "jsnext:main": "dist/magic-string.es.js",
  60. "keywords": [
  61. "string",
  62. "string manipulation",
  63. "sourcemap",
  64. "templating",
  65. "transpilation"
  66. ],
  67. "license": "MIT",
  68. "main": "dist/magic-string.cjs.js",
  69. "module": "dist/magic-string.es.js",
  70. "name": "magic-string",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/rich-harris/magic-string.git"
  74. },
  75. "scripts": {
  76. "build": "rollup -c",
  77. "format": "prettier --single-quote --print-width 100 --use-tabs --write src/*.js src/**/*.js",
  78. "lint": "eslint src test",
  79. "prepare": "npm run build",
  80. "prepublishOnly": "rm -rf dist && npm test",
  81. "pretest": "npm run lint && npm run build",
  82. "test": "mocha",
  83. "watch": "rollup -cw"
  84. },
  85. "typings": "index.d.ts",
  86. "version": "0.25.7"
  87. }