package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. {
  2. "_from": "patch-package",
  3. "_id": "patch-package@8.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-da8BVIhzjtgScwDJ2TtKsfT5JFWz1hYoBl9rUQ1f38MC2HwnEIkK8VN3dKMKcP7P7bvvgzNDbfNHtx3MsQb5vA==",
  6. "_location": "/patch-package",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "patch-package",
  12. "name": "patch-package",
  13. "escapedName": "patch-package",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/patch-package/-/patch-package-8.0.0.tgz",
  23. "_shasum": "d191e2f1b6e06a4624a0116bcb88edd6714ede61",
  24. "_spec": "patch-package",
  25. "_where": "D:\\work\\jsProject\\xj_project_app",
  26. "author": {
  27. "name": "David Sheldrick"
  28. },
  29. "bin": {
  30. "patch-package": "index.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/ds300/patch-package/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "@yarnpkg/lockfile": "^1.1.0",
  38. "chalk": "^4.1.2",
  39. "ci-info": "^3.7.0",
  40. "cross-spawn": "^7.0.3",
  41. "find-yarn-workspace-root": "^2.0.0",
  42. "fs-extra": "^9.0.0",
  43. "json-stable-stringify": "^1.0.2",
  44. "klaw-sync": "^6.0.0",
  45. "minimist": "^1.2.6",
  46. "open": "^7.4.2",
  47. "rimraf": "^2.6.3",
  48. "semver": "^7.5.3",
  49. "slash": "^2.0.0",
  50. "tmp": "^0.0.33",
  51. "yaml": "^2.2.2"
  52. },
  53. "deprecated": false,
  54. "description": "Fix broken node modules with no fuss",
  55. "devDependencies": {
  56. "@types/app-root-path": "^1.2.4",
  57. "@types/cross-spawn": "^6.0.0",
  58. "@types/fs-extra": "^9.0.0",
  59. "@types/jest": "^24.0.11",
  60. "@types/json-stable-stringify": "^1.0.34",
  61. "@types/minimist": "^1.2.2",
  62. "@types/node": "^12.0.0",
  63. "@types/rimraf": "^2.0.2",
  64. "@types/semver": "^7.5.0",
  65. "@types/tmp": "^0.0.34",
  66. "husky": "^1.3.1",
  67. "jest": "^24.5.0",
  68. "lint-staged": "^8.1.5",
  69. "np": "^7.4.0",
  70. "prettier": "^2.2.1",
  71. "randomstring": "^1.1.5",
  72. "ts-jest": "^24.0.0",
  73. "ts-node": "8.0.3",
  74. "tslint": "^5.14.0",
  75. "typescript": "^4.2.2"
  76. },
  77. "engines": {
  78. "node": ">=14",
  79. "npm": ">5"
  80. },
  81. "files": [
  82. "index.js",
  83. "dist/**/*.js",
  84. "CHANGELOG.md",
  85. "LICENSE",
  86. "patch-package-banner.png",
  87. "README.md"
  88. ],
  89. "homepage": "https://github.com/ds300/patch-package#readme",
  90. "husky": {
  91. "hooks": {
  92. "pre-commit": "tsc --noEmit && lint-staged"
  93. }
  94. },
  95. "jest": {
  96. "globals": {
  97. "ts-jest": {
  98. "diagnostics": false
  99. }
  100. },
  101. "transform": {
  102. ".(ts|tsx)": "ts-jest"
  103. },
  104. "testRegex": "/(src|integration-tests|property-based-tests)/.+\\.test\\.ts$",
  105. "moduleFileExtensions": [
  106. "ts",
  107. "tsx",
  108. "js"
  109. ]
  110. },
  111. "license": "MIT",
  112. "lint-staged": {
  113. "*.ts": [
  114. "tslint -c tslint.json -p tsconfig.json",
  115. "prettier --no-semi --trailing-comma=all --list-different"
  116. ]
  117. },
  118. "main": "dist/index.js",
  119. "name": "patch-package",
  120. "packageManager": "yarn@1.22.19",
  121. "repository": {
  122. "type": "git",
  123. "url": "git+https://github.com/ds300/patch-package.git"
  124. },
  125. "scripts": {
  126. "build": "tsc --project tsconfig.build.json",
  127. "clean": "rimraf dist patch-package.test*.tgz",
  128. "format": "prettier --no-semi --write --trailing-comma=all src{/**,}/*.ts integration-tests{/**,}/*.ts property-based-tests{/**,}/*.ts",
  129. "new-integration-test": "ts-node integration-tests/newIntegrationTest.ts",
  130. "prepack": "rimraf dist/**/*.test.js",
  131. "prepublishOnly": "yarn run clean && yarn run build",
  132. "test": "./run-tests.sh --runInBand"
  133. },
  134. "version": "8.0.0"
  135. }