package.json 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "@ampproject/remapping@^2.1.0",
  3. "_id": "@ampproject/remapping@2.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==",
  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.1.2.tgz",
  23. "_shasum": "4edca94973ded9630d20101cd8559cedb8d8bd34",
  24. "_spec": "@ampproject/remapping@^2.1.0",
  25. "_where": "H:\\gs_nuxt\\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/trace-mapping": "^0.3.0"
  36. },
  37. "deprecated": false,
  38. "description": "Remap sequential sourcemaps through transformations to point at the original source code",
  39. "devDependencies": {
  40. "@rollup/plugin-typescript": "8.3.0",
  41. "@types/jest": "27.4.0",
  42. "@typescript-eslint/eslint-plugin": "5.10.2",
  43. "@typescript-eslint/parser": "5.10.2",
  44. "eslint": "8.8.0",
  45. "eslint-config-prettier": "8.3.0",
  46. "jest": "27.4.7",
  47. "jest-config": "27.4.7",
  48. "npm-run-all": "4.1.5",
  49. "prettier": "2.5.1",
  50. "rollup": "2.67.0",
  51. "ts-jest": "27.1.3",
  52. "tslib": "2.3.1",
  53. "typescript": "4.5.5"
  54. },
  55. "engines": {
  56. "node": ">=6.0.0"
  57. },
  58. "files": [
  59. "dist"
  60. ],
  61. "homepage": "https://github.com/ampproject/remapping#readme",
  62. "keywords": [
  63. "source",
  64. "map",
  65. "remap"
  66. ],
  67. "license": "Apache-2.0",
  68. "main": "dist/remapping.umd.js",
  69. "module": "dist/remapping.mjs",
  70. "name": "@ampproject/remapping",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/ampproject/remapping.git"
  74. },
  75. "scripts": {
  76. "build": "run-s -n build:*",
  77. "build:rollup": "rollup -c rollup.config.js",
  78. "build:ts": "tsc --project tsconfig.build.json",
  79. "lint": "run-s -n lint:*",
  80. "lint:prettier": "npm run test:lint:prettier -- --write",
  81. "lint:ts": "npm run test:lint:ts -- --fix",
  82. "prebuild": "rm -rf dist",
  83. "prepublishOnly": "npm run preversion",
  84. "preversion": "run-s test build",
  85. "test": "run-s -n test:lint test:only",
  86. "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
  87. "test:lint": "run-s -n test:lint:*",
  88. "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
  89. "test:lint:ts": "eslint '{src,test}/**/*.ts'",
  90. "test:only": "jest --coverage",
  91. "test:watch": "jest --coverage --watch"
  92. },
  93. "typings": "dist/types/remapping.d.ts",
  94. "version": "2.1.2"
  95. }