package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_args": [
  3. [
  4. "@jridgewell/gen-mapping@0.3.3",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@jridgewell/gen-mapping@0.3.3",
  10. "_id": "@jridgewell/gen-mapping@0.3.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==",
  13. "_location": "/@jridgewell/gen-mapping",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@jridgewell/gen-mapping@0.3.3",
  19. "name": "@jridgewell/gen-mapping",
  20. "escapedName": "@jridgewell%2fgen-mapping",
  21. "scope": "@jridgewell",
  22. "rawSpec": "0.3.3",
  23. "saveSpec": null,
  24. "fetchSpec": "0.3.3"
  25. },
  26. "_requiredBy": [
  27. "/@ampproject/remapping",
  28. "/@babel/generator",
  29. "/@jridgewell/source-map"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz",
  32. "_spec": "0.3.3",
  33. "_where": "/Users/mac/projects/mime/mine",
  34. "author": {
  35. "name": "Justin Ridgewell",
  36. "email": "justin@ridgewell.name"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jridgewell/gen-mapping/issues"
  40. },
  41. "dependencies": {
  42. "@jridgewell/set-array": "^1.0.1",
  43. "@jridgewell/sourcemap-codec": "^1.4.10",
  44. "@jridgewell/trace-mapping": "^0.3.9"
  45. },
  46. "description": "Generate source maps",
  47. "devDependencies": {
  48. "@rollup/plugin-typescript": "8.3.2",
  49. "@types/mocha": "9.1.1",
  50. "@types/node": "17.0.29",
  51. "@typescript-eslint/eslint-plugin": "5.21.0",
  52. "@typescript-eslint/parser": "5.21.0",
  53. "benchmark": "2.1.4",
  54. "c8": "7.11.2",
  55. "eslint": "8.14.0",
  56. "eslint-config-prettier": "8.5.0",
  57. "mocha": "9.2.2",
  58. "npm-run-all": "4.1.5",
  59. "prettier": "2.6.2",
  60. "rollup": "2.70.2",
  61. "typescript": "4.6.3"
  62. },
  63. "engines": {
  64. "node": ">=6.0.0"
  65. },
  66. "exports": {
  67. ".": [
  68. {
  69. "types": "./dist/types/gen-mapping.d.ts",
  70. "browser": "./dist/gen-mapping.umd.js",
  71. "require": "./dist/gen-mapping.umd.js",
  72. "import": "./dist/gen-mapping.mjs"
  73. },
  74. "./dist/gen-mapping.umd.js"
  75. ],
  76. "./package.json": "./package.json"
  77. },
  78. "files": [
  79. "dist"
  80. ],
  81. "homepage": "https://github.com/jridgewell/gen-mapping#readme",
  82. "keywords": [
  83. "source",
  84. "map"
  85. ],
  86. "license": "MIT",
  87. "main": "dist/gen-mapping.umd.js",
  88. "module": "dist/gen-mapping.mjs",
  89. "name": "@jridgewell/gen-mapping",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/jridgewell/gen-mapping.git"
  93. },
  94. "scripts": {
  95. "benchmark": "run-s build:rollup benchmark:*",
  96. "benchmark:install": "cd benchmark && npm install",
  97. "benchmark:only": "node benchmark/index.mjs",
  98. "build": "run-s -n build:*",
  99. "build:rollup": "rollup -c rollup.config.js",
  100. "build:ts": "tsc --project tsconfig.build.json",
  101. "lint": "run-s -n lint:*",
  102. "lint:prettier": "npm run test:lint:prettier -- --write",
  103. "lint:ts": "npm run test:lint:ts -- --fix",
  104. "prebuild": "rm -rf dist",
  105. "prepublishOnly": "npm run preversion",
  106. "pretest": "run-s build:rollup",
  107. "preversion": "run-s test build",
  108. "test": "run-s -n test:lint test:coverage",
  109. "test:coverage": "c8 mocha",
  110. "test:debug": "mocha --inspect-brk",
  111. "test:lint": "run-s -n test:lint:*",
  112. "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
  113. "test:lint:ts": "eslint '{src,test}/**/*.ts'",
  114. "test:only": "mocha",
  115. "test:watch": "run-p 'build:rollup -- --watch' 'test:only -- --watch'"
  116. },
  117. "types": "dist/types/gen-mapping.d.ts",
  118. "version": "0.3.3"
  119. }