package.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "sourcemap-codec@^1.4.4",
  3. "_id": "sourcemap-codec@1.4.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==",
  6. "_location": "/sourcemap-codec",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "sourcemap-codec@^1.4.4",
  12. "name": "sourcemap-codec",
  13. "escapedName": "sourcemap-codec",
  14. "rawSpec": "^1.4.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.4.4"
  17. },
  18. "_requiredBy": [
  19. "/magic-string"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
  22. "_shasum": "ea804bd94857402e6992d05a38ef1ae35a9ab4c4",
  23. "_spec": "sourcemap-codec@^1.4.4",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\magic-string",
  25. "author": {
  26. "name": "Rich Harris"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/Rich-Harris/sourcemap-codec/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {},
  33. "deprecated": false,
  34. "description": "Encode/decode sourcemap mappings",
  35. "devDependencies": {
  36. "codecov.io": "^0.1.6",
  37. "console-group": "^0.3.3",
  38. "eslint": "^6.0.1",
  39. "eslint-plugin-import": "^2.18.0",
  40. "istanbul": "^0.4.5",
  41. "mocha": "^6.1.4",
  42. "remap-istanbul": "^0.13.0",
  43. "rollup": "^1.16.4",
  44. "rollup-plugin-node-resolve": "^5.2.0",
  45. "rollup-plugin-typescript": "^1.0.1",
  46. "typescript": "^3.5.2"
  47. },
  48. "files": [
  49. "dist/*.js",
  50. "dist/*.js.map",
  51. "dist/**/*.d.ts",
  52. "README.md"
  53. ],
  54. "homepage": "https://github.com/Rich-Harris/sourcemap-codec",
  55. "keywords": [
  56. "sourcemap",
  57. "vlq"
  58. ],
  59. "license": "MIT",
  60. "main": "dist/sourcemap-codec.umd.js",
  61. "module": "dist/sourcemap-codec.es.js",
  62. "name": "sourcemap-codec",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/Rich-Harris/sourcemap-codec.git"
  66. },
  67. "scripts": {
  68. "build": "rm -rf dist && rollup -c && tsc",
  69. "ci": "npm run test-coverage && codecov < coverage/coverage-remapped.lcov",
  70. "lint": "eslint src",
  71. "posttest-coverage": "remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped.json -b dist && remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped.lcov -t lcovonly -b dist && remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped -t html -b dist",
  72. "prepublish": "npm test",
  73. "pretest": "npm run build",
  74. "pretest-coverage": "npm run build",
  75. "test": "mocha",
  76. "test-coverage": "rm -rf coverage/* && istanbul cover --report json node_modules/.bin/_mocha -- -u exports -R spec test/test.js"
  77. },
  78. "types": "dist/types/sourcemap-codec.d.ts",
  79. "version": "1.4.8"
  80. }