123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- {
- "_from": "patch-package",
- "_id": "patch-package@8.0.0",
- "_inBundle": false,
- "_integrity": "sha512-da8BVIhzjtgScwDJ2TtKsfT5JFWz1hYoBl9rUQ1f38MC2HwnEIkK8VN3dKMKcP7P7bvvgzNDbfNHtx3MsQb5vA==",
- "_location": "/patch-package",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "patch-package",
- "name": "patch-package",
- "escapedName": "patch-package",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#DEV:/",
- "#USER"
- ],
- "_resolved": "https://registry.npmmirror.com/patch-package/-/patch-package-8.0.0.tgz",
- "_shasum": "d191e2f1b6e06a4624a0116bcb88edd6714ede61",
- "_spec": "patch-package",
- "_where": "D:\\work\\jsProject\\xj_project_app",
- "author": {
- "name": "David Sheldrick"
- },
- "bin": {
- "patch-package": "index.js"
- },
- "bugs": {
- "url": "https://github.com/ds300/patch-package/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@yarnpkg/lockfile": "^1.1.0",
- "chalk": "^4.1.2",
- "ci-info": "^3.7.0",
- "cross-spawn": "^7.0.3",
- "find-yarn-workspace-root": "^2.0.0",
- "fs-extra": "^9.0.0",
- "json-stable-stringify": "^1.0.2",
- "klaw-sync": "^6.0.0",
- "minimist": "^1.2.6",
- "open": "^7.4.2",
- "rimraf": "^2.6.3",
- "semver": "^7.5.3",
- "slash": "^2.0.0",
- "tmp": "^0.0.33",
- "yaml": "^2.2.2"
- },
- "deprecated": false,
- "description": "Fix broken node modules with no fuss",
- "devDependencies": {
- "@types/app-root-path": "^1.2.4",
- "@types/cross-spawn": "^6.0.0",
- "@types/fs-extra": "^9.0.0",
- "@types/jest": "^24.0.11",
- "@types/json-stable-stringify": "^1.0.34",
- "@types/minimist": "^1.2.2",
- "@types/node": "^12.0.0",
- "@types/rimraf": "^2.0.2",
- "@types/semver": "^7.5.0",
- "@types/tmp": "^0.0.34",
- "husky": "^1.3.1",
- "jest": "^24.5.0",
- "lint-staged": "^8.1.5",
- "np": "^7.4.0",
- "prettier": "^2.2.1",
- "randomstring": "^1.1.5",
- "ts-jest": "^24.0.0",
- "ts-node": "8.0.3",
- "tslint": "^5.14.0",
- "typescript": "^4.2.2"
- },
- "engines": {
- "node": ">=14",
- "npm": ">5"
- },
- "files": [
- "index.js",
- "dist/**/*.js",
- "CHANGELOG.md",
- "LICENSE",
- "patch-package-banner.png",
- "README.md"
- ],
- "homepage": "https://github.com/ds300/patch-package#readme",
- "husky": {
- "hooks": {
- "pre-commit": "tsc --noEmit && lint-staged"
- }
- },
- "jest": {
- "globals": {
- "ts-jest": {
- "diagnostics": false
- }
- },
- "transform": {
- ".(ts|tsx)": "ts-jest"
- },
- "testRegex": "/(src|integration-tests|property-based-tests)/.+\\.test\\.ts$",
- "moduleFileExtensions": [
- "ts",
- "tsx",
- "js"
- ]
- },
- "license": "MIT",
- "lint-staged": {
- "*.ts": [
- "tslint -c tslint.json -p tsconfig.json",
- "prettier --no-semi --trailing-comma=all --list-different"
- ]
- },
- "main": "dist/index.js",
- "name": "patch-package",
- "packageManager": "yarn@1.22.19",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ds300/patch-package.git"
- },
- "scripts": {
- "build": "tsc --project tsconfig.build.json",
- "clean": "rimraf dist patch-package.test*.tgz",
- "format": "prettier --no-semi --write --trailing-comma=all src{/**,}/*.ts integration-tests{/**,}/*.ts property-based-tests{/**,}/*.ts",
- "new-integration-test": "ts-node integration-tests/newIntegrationTest.ts",
- "prepack": "rimraf dist/**/*.test.js",
- "prepublishOnly": "yarn run clean && yarn run build",
- "test": "./run-tests.sh --runInBand"
- },
- "version": "8.0.0"
- }
|