package.json 3.0 KB

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