package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "@ampproject/remapping@2.1.2",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@ampproject/remapping@2.1.2",
  10. "_id": "@ampproject/remapping@2.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==",
  13. "_location": "/@ampproject/remapping",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@ampproject/remapping@2.1.2",
  19. "name": "@ampproject/remapping",
  20. "escapedName": "@ampproject%2fremapping",
  21. "scope": "@ampproject",
  22. "rawSpec": "2.1.2",
  23. "saveSpec": null,
  24. "fetchSpec": "2.1.2"
  25. },
  26. "_requiredBy": [
  27. "/@babel/core"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.1.2.tgz",
  30. "_spec": "2.1.2",
  31. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  32. "author": {
  33. "name": "Justin Ridgewell",
  34. "email": "jridgewell@google.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/ampproject/remapping/issues"
  38. },
  39. "dependencies": {
  40. "@jridgewell/trace-mapping": "^0.3.0"
  41. },
  42. "description": "Remap sequential sourcemaps through transformations to point at the original source code",
  43. "devDependencies": {
  44. "@rollup/plugin-typescript": "8.3.0",
  45. "@types/jest": "27.4.0",
  46. "@typescript-eslint/eslint-plugin": "5.10.2",
  47. "@typescript-eslint/parser": "5.10.2",
  48. "eslint": "8.8.0",
  49. "eslint-config-prettier": "8.3.0",
  50. "jest": "27.4.7",
  51. "jest-config": "27.4.7",
  52. "npm-run-all": "4.1.5",
  53. "prettier": "2.5.1",
  54. "rollup": "2.67.0",
  55. "ts-jest": "27.1.3",
  56. "tslib": "2.3.1",
  57. "typescript": "4.5.5"
  58. },
  59. "engines": {
  60. "node": ">=6.0.0"
  61. },
  62. "files": [
  63. "dist"
  64. ],
  65. "homepage": "https://github.com/ampproject/remapping#readme",
  66. "keywords": [
  67. "source",
  68. "map",
  69. "remap"
  70. ],
  71. "license": "Apache-2.0",
  72. "main": "dist/remapping.umd.js",
  73. "module": "dist/remapping.mjs",
  74. "name": "@ampproject/remapping",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/ampproject/remapping.git"
  78. },
  79. "scripts": {
  80. "build": "run-s -n build:*",
  81. "build:rollup": "rollup -c rollup.config.js",
  82. "build:ts": "tsc --project tsconfig.build.json",
  83. "lint": "run-s -n lint:*",
  84. "lint:prettier": "npm run test:lint:prettier -- --write",
  85. "lint:ts": "npm run test:lint:ts -- --fix",
  86. "prebuild": "rm -rf dist",
  87. "prepublishOnly": "npm run preversion",
  88. "preversion": "run-s test build",
  89. "test": "run-s -n test:lint test:only",
  90. "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
  91. "test:lint": "run-s -n test:lint:*",
  92. "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
  93. "test:lint:ts": "eslint '{src,test}/**/*.ts'",
  94. "test:only": "jest --coverage",
  95. "test:watch": "jest --coverage --watch"
  96. },
  97. "typings": "dist/types/remapping.d.ts",
  98. "version": "2.1.2"
  99. }