package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "magic-string@^0.25.7",
  3. "_id": "magic-string@0.25.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==",
  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. "/@rollup/plugin-replace",
  20. "/@surma/rollup-plugin-off-main-thread"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.7.tgz",
  23. "_shasum": "3f497d6fd34c669c6798dcb821f2ef31f5445051",
  24. "_spec": "magic-string@^0.25.7",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@rollup\\plugin-replace",
  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.4"
  35. },
  36. "deprecated": false,
  37. "description": "Modify strings, generate sourcemaps",
  38. "devDependencies": {
  39. "eslint": "^5.16.0",
  40. "mocha": "^5.2.0",
  41. "prettier": "^1.18.2",
  42. "rollup": "^1.16.3",
  43. "rollup-plugin-buble": "^0.19.6",
  44. "rollup-plugin-node-resolve": "^5.2.0",
  45. "rollup-plugin-replace": "^2.2.0",
  46. "source-map": "^0.6.1",
  47. "source-map-support": "^0.5.12"
  48. },
  49. "files": [
  50. "dist/*",
  51. "index.d.ts",
  52. "README.md"
  53. ],
  54. "homepage": "https://github.com/rich-harris/magic-string#readme",
  55. "jsnext:main": "dist/magic-string.es.js",
  56. "keywords": [
  57. "string",
  58. "string manipulation",
  59. "sourcemap",
  60. "templating",
  61. "transpilation"
  62. ],
  63. "license": "MIT",
  64. "main": "dist/magic-string.cjs.js",
  65. "module": "dist/magic-string.es.js",
  66. "name": "magic-string",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/rich-harris/magic-string.git"
  70. },
  71. "scripts": {
  72. "build": "rollup -c",
  73. "format": "prettier --single-quote --print-width 100 --use-tabs --write src/*.js src/**/*.js",
  74. "lint": "eslint src test",
  75. "prepare": "npm run build",
  76. "prepublishOnly": "rm -rf dist && npm test",
  77. "pretest": "npm run lint && npm run build",
  78. "test": "mocha",
  79. "watch": "rollup -cw"
  80. },
  81. "typings": "index.d.ts",
  82. "version": "0.25.7"
  83. }