package.json 3.3 KB

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