package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. "@ampproject/remapping@2.2.1",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@ampproject/remapping@2.2.1",
  10. "_id": "@ampproject/remapping@2.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==",
  13. "_location": "/@ampproject/remapping",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@ampproject/remapping@2.2.1",
  19. "name": "@ampproject/remapping",
  20. "escapedName": "@ampproject%2fremapping",
  21. "scope": "@ampproject",
  22. "rawSpec": "2.2.1",
  23. "saveSpec": null,
  24. "fetchSpec": "2.2.1"
  25. },
  26. "_requiredBy": [
  27. "/@babel/core"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.2.1.tgz",
  30. "_spec": "2.2.1",
  31. "_where": "/Users/mac/projects/mime/mine",
  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.3.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. "exports": {
  64. ".": [
  65. {
  66. "types": "./dist/types/remapping.d.ts",
  67. "browser": "./dist/remapping.umd.js",
  68. "require": "./dist/remapping.umd.js",
  69. "import": "./dist/remapping.mjs"
  70. },
  71. "./dist/remapping.umd.js"
  72. ],
  73. "./package.json": "./package.json"
  74. },
  75. "files": [
  76. "dist"
  77. ],
  78. "homepage": "https://github.com/ampproject/remapping#readme",
  79. "keywords": [
  80. "source",
  81. "map",
  82. "remap"
  83. ],
  84. "license": "Apache-2.0",
  85. "main": "dist/remapping.umd.js",
  86. "module": "dist/remapping.mjs",
  87. "name": "@ampproject/remapping",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/ampproject/remapping.git"
  91. },
  92. "scripts": {
  93. "build": "run-s -n build:*",
  94. "build:rollup": "rollup -c rollup.config.js",
  95. "build:ts": "tsc --project tsconfig.build.json",
  96. "lint": "run-s -n lint:*",
  97. "lint:prettier": "npm run test:lint:prettier -- --write",
  98. "lint:ts": "npm run test:lint:ts -- --fix",
  99. "prebuild": "rm -rf dist",
  100. "prepublishOnly": "npm run preversion",
  101. "preversion": "run-s test build",
  102. "test": "run-s -n test:lint test:only",
  103. "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
  104. "test:lint": "run-s -n test:lint:*",
  105. "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
  106. "test:lint:ts": "eslint '{src,test}/**/*.ts'",
  107. "test:only": "jest --coverage",
  108. "test:watch": "jest --coverage --watch"
  109. },
  110. "types": "dist/types/remapping.d.ts",
  111. "version": "2.2.1"
  112. }