package.json 3.4 KB

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