package.json 3.3 KB

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