package.json 3.3 KB

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