package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "@jridgewell/sourcemap-codec@^1.4.10",
  3. "_id": "@jridgewell/sourcemap-codec@1.4.11",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==",
  6. "_location": "/@jridgewell/sourcemap-codec",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@jridgewell/sourcemap-codec@^1.4.10",
  12. "name": "@jridgewell/sourcemap-codec",
  13. "escapedName": "@jridgewell%2fsourcemap-codec",
  14. "scope": "@jridgewell",
  15. "rawSpec": "^1.4.10",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.4.10"
  18. },
  19. "_requiredBy": [
  20. "/@jridgewell/trace-mapping"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz",
  23. "_shasum": "771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec",
  24. "_spec": "@jridgewell/sourcemap-codec@^1.4.10",
  25. "_where": "H:\\gs_nuxt\\node_modules\\@jridgewell\\trace-mapping",
  26. "author": {
  27. "name": "Rich Harris"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jridgewell/sourcemap-codec/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Encode/decode sourcemap mappings",
  35. "devDependencies": {
  36. "@rollup/plugin-typescript": "8.3.0",
  37. "@types/node": "17.0.15",
  38. "@typescript-eslint/eslint-plugin": "5.10.0",
  39. "@typescript-eslint/parser": "5.10.0",
  40. "benchmark": "2.1.4",
  41. "c8": "7.11.0",
  42. "eslint": "8.7.0",
  43. "eslint-config-prettier": "8.3.0",
  44. "mocha": "9.2.0",
  45. "npm-run-all": "4.1.5",
  46. "prettier": "2.5.1",
  47. "rollup": "2.64.0",
  48. "source-map": "0.6.1",
  49. "source-map-js": "1.0.2",
  50. "sourcemap-codec": "1.4.8",
  51. "typescript": "4.5.4"
  52. },
  53. "exports": {
  54. ".": {
  55. "browser": "./dist/sourcemap-codec.umd.js",
  56. "import": "./dist/sourcemap-codec.mjs",
  57. "require": "./dist/sourcemap-codec.umd.js"
  58. },
  59. "./package.json": "./package.json"
  60. },
  61. "files": [
  62. "dist"
  63. ],
  64. "homepage": "https://github.com/jridgewell/sourcemap-codec#readme",
  65. "keywords": [
  66. "sourcemap",
  67. "vlq"
  68. ],
  69. "license": "MIT",
  70. "main": "dist/sourcemap-codec.umd.js",
  71. "module": "dist/sourcemap-codec.mjs",
  72. "name": "@jridgewell/sourcemap-codec",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/jridgewell/sourcemap-codec.git"
  76. },
  77. "scripts": {
  78. "benchmark": "run-s build:rollup benchmark:only",
  79. "benchmark:only": "node benchmark/index.js",
  80. "build": "run-s -n build:*",
  81. "build:rollup": "rollup -c rollup.config.js",
  82. "build:ts": "tsc --project tsconfig.build.json",
  83. "lint": "run-s -n lint:*",
  84. "lint:prettier": "npm run test:lint:prettier -- --write",
  85. "lint:ts": "npm run test:lint:ts -- --fix",
  86. "prebuild": "rm -rf dist",
  87. "prepublishOnly": "npm run preversion",
  88. "pretest": "run-s build:rollup",
  89. "preversion": "run-s test build",
  90. "test": "run-s -n test:lint test:only",
  91. "test:coverage": "c8 mocha",
  92. "test:debug": "mocha --inspect-brk",
  93. "test:lint": "run-s -n test:lint:*",
  94. "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
  95. "test:lint:ts": "eslint '{src,test}/**/*.ts'",
  96. "test:only": "mocha",
  97. "test:watch": "mocha --watch"
  98. },
  99. "typings": "dist/types/sourcemap-codec.d.ts",
  100. "version": "1.4.11"
  101. }