Changeset 79a0317 for imaps-frontend/node_modules/cross-spawn
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/cross-spawn/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "cross-spawn", 3 "version": "7.0.6", 4 "description": "Cross platform child_process#spawn and child_process#spawnSync", 5 "keywords": [ 6 "spawn", 7 "spawnSync", 8 "windows", 9 "cross-platform", 10 "path-ext", 11 "shebang", 12 "cmd", 13 "execute" 2 "_from": "cross-spawn@7.0.6", 3 "_id": "cross-spawn@7.0.6", 4 "_inBundle": false, 5 "_integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", 6 "_location": "/cross-spawn", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "cross-spawn@7.0.6", 12 "name": "cross-spawn", 13 "escapedName": "cross-spawn", 14 "rawSpec": "7.0.6", 15 "saveSpec": null, 16 "fetchSpec": "7.0.6" 17 }, 18 "_requiredBy": [ 19 "/eslint" 14 20 ], 15 "author": "André Cruz <andre@moxy.studio>", 16 "homepage": "https://github.com/moxystudio/node-cross-spawn", 17 "repository": { 18 "type": "git", 19 "url": "git@github.com:moxystudio/node-cross-spawn.git" 21 "_resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", 22 "_shasum": "8a58fe78f00dcd70c370451759dfbfaf03e8ee9f", 23 "_spec": "cross-spawn@7.0.6", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint", 25 "author": { 26 "name": "André Cruz", 27 "email": "andre@moxy.studio" 20 28 }, 21 "license": "MIT", 22 "main": "index.js", 23 "files": [ 24 "lib" 25 ], 26 "scripts": { 27 "lint": "eslint .", 28 "test": "jest --env node --coverage", 29 "prerelease": "npm t && npm run lint", 30 "release": "standard-version", 31 "postrelease": "git push --follow-tags origin HEAD && npm publish" 29 "bugs": { 30 "url": "https://github.com/moxystudio/node-cross-spawn/issues" 32 31 }, 33 "husky": { 34 "hooks": { 35 "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", 36 "pre-commit": "lint-staged" 37 } 38 }, 39 "lint-staged": { 40 "*.js": [ 41 "eslint --fix", 42 "git add" 43 ] 44 }, 32 "bundleDependencies": false, 45 33 "commitlint": { 46 34 "extends": [ … … 53 41 "which": "^2.0.1" 54 42 }, 43 "deprecated": false, 44 "description": "Cross platform child_process#spawn and child_process#spawnSync", 55 45 "devDependencies": { 56 46 "@commitlint/cli": "^8.1.0", … … 70 60 "engines": { 71 61 "node": ">= 8" 72 } 62 }, 63 "files": [ 64 "lib" 65 ], 66 "homepage": "https://github.com/moxystudio/node-cross-spawn", 67 "husky": { 68 "hooks": { 69 "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", 70 "pre-commit": "lint-staged" 71 } 72 }, 73 "keywords": [ 74 "spawn", 75 "spawnSync", 76 "windows", 77 "cross-platform", 78 "path-ext", 79 "shebang", 80 "cmd", 81 "execute" 82 ], 83 "license": "MIT", 84 "lint-staged": { 85 "*.js": [ 86 "eslint --fix", 87 "git add" 88 ] 89 }, 90 "main": "index.js", 91 "name": "cross-spawn", 92 "repository": { 93 "type": "git", 94 "url": "git+ssh://git@github.com/moxystudio/node-cross-spawn.git" 95 }, 96 "scripts": { 97 "lint": "eslint .", 98 "postrelease": "git push --follow-tags origin HEAD && npm publish", 99 "prerelease": "npm t && npm run lint", 100 "release": "standard-version", 101 "test": "jest --env node --coverage" 102 }, 103 "version": "7.0.6" 73 104 }
Note:
See TracChangeset
for help on using the changeset viewer.