X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Fcross-spawn%2Fpackage.json;h=232ff97e04b213543c550d8fe1d9b0860b9c2662;hb=HEAD;hp=75ac70e31649b37a9bd28d62459c2cddfbee2ba4;hpb=3aba54c891969552833dbc350b3139e944e17a97;p=dotfiles%2F.git diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/cross-spawn/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/cross-spawn/package.json index 75ac70e3..232ff97e 100644 --- a/.config/coc/extensions/node_modules/coc-prettier/node_modules/cross-spawn/package.json +++ b/.config/coc/extensions/node_modules/coc-prettier/node_modules/cross-spawn/package.json @@ -1,74 +1,7 @@ { - "_from": "cross-spawn@^6.0.5", - "_id": "cross-spawn@6.0.5", - "_inBundle": false, - "_integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", - "_location": "/cross-spawn", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "cross-spawn@^6.0.5", - "name": "cross-spawn", - "escapedName": "cross-spawn", - "rawSpec": "^6.0.5", - "saveSpec": null, - "fetchSpec": "^6.0.5" - }, - "_requiredBy": [ - "/eslint", - "/os-locale/execa", - "/webpack-cli" - ], - "_resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", - "_shasum": "4a5ec7c64dfae22c3a14124dbacdee846d80cbc4", - "_spec": "cross-spawn@^6.0.5", - "_where": "/tmp/coc-prettier-dzKjD7/node_modules/eslint", - "author": { - "name": "André Cruz", - "email": "andre@moxy.studio" - }, - "bugs": { - "url": "https://github.com/moxystudio/node-cross-spawn/issues" - }, - "bundleDependencies": false, - "commitlint": { - "extends": [ - "@commitlint/config-conventional" - ] - }, - "dependencies": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "deprecated": false, + "name": "cross-spawn", + "version": "7.0.3", "description": "Cross platform child_process#spawn and child_process#spawnSync", - "devDependencies": { - "@commitlint/cli": "^6.0.0", - "@commitlint/config-conventional": "^6.0.2", - "babel-core": "^6.26.0", - "babel-jest": "^22.1.0", - "babel-preset-moxy": "^2.2.1", - "eslint": "^4.3.0", - "eslint-config-moxy": "^5.0.0", - "husky": "^0.14.3", - "jest": "^22.0.0", - "lint-staged": "^7.0.0", - "mkdirp": "^0.5.1", - "regenerator-runtime": "^0.11.1", - "rimraf": "^2.6.2", - "standard-version": "^4.2.0" - }, - "engines": { - "node": ">=4.8" - }, - "files": [ - "lib" - ], - "homepage": "https://github.com/moxystudio/node-cross-spawn", "keywords": [ "spawn", "spawnSync", @@ -79,31 +12,62 @@ "cmd", "execute" ], - "license": "MIT", - "lint-staged": { - "*.js": [ - "eslint --fix", - "git add" - ] - }, - "main": "index.js", - "name": "cross-spawn", + "author": "André Cruz ", + "homepage": "https://github.com/moxystudio/node-cross-spawn", "repository": { "type": "git", - "url": "git+ssh://git@github.com/moxystudio/node-cross-spawn.git" + "url": "git@github.com:moxystudio/node-cross-spawn.git" }, + "license": "MIT", + "main": "index.js", + "files": [ + "lib" + ], "scripts": { - "commitmsg": "commitlint -e $GIT_PARAMS", "lint": "eslint .", - "precommit": "lint-staged", + "test": "jest --env node --coverage", "prerelease": "npm t && npm run lint", "release": "standard-version", - "test": "jest --env node --coverage" + "postrelease": "git push --follow-tags origin HEAD && npm publish" }, - "standard-version": { - "scripts": { - "posttag": "git push --follow-tags origin master && npm publish" + "husky": { + "hooks": { + "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", + "pre-commit": "lint-staged" } }, - "version": "6.0.5" + "lint-staged": { + "*.js": [ + "eslint --fix", + "git add" + ] + }, + "commitlint": { + "extends": [ + "@commitlint/config-conventional" + ] + }, + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "devDependencies": { + "@commitlint/cli": "^8.1.0", + "@commitlint/config-conventional": "^8.1.0", + "babel-core": "^6.26.3", + "babel-jest": "^24.9.0", + "babel-preset-moxy": "^3.1.0", + "eslint": "^5.16.0", + "eslint-config-moxy": "^7.1.0", + "husky": "^3.0.5", + "jest": "^24.9.0", + "lint-staged": "^9.2.5", + "mkdirp": "^0.5.1", + "rimraf": "^3.0.0", + "standard-version": "^7.0.0" + }, + "engines": { + "node": ">= 8" + } }