package.json 2.9 KB

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