[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "cross-spawn@6.0.5",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
[6a3a178] | 7 | ],
|
---|
[59329aa] | 8 | "_development": true,
|
---|
| 9 | "_from": "cross-spawn@6.0.5",
|
---|
| 10 | "_id": "cross-spawn@6.0.5",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",
|
---|
| 13 | "_location": "/cross-spawn",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "cross-spawn@6.0.5",
|
---|
| 19 | "name": "cross-spawn",
|
---|
| 20 | "escapedName": "cross-spawn",
|
---|
| 21 | "rawSpec": "6.0.5",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "6.0.5"
|
---|
[6a3a178] | 24 | },
|
---|
[59329aa] | 25 | "_requiredBy": [
|
---|
| 26 | "/execa"
|
---|
[6a3a178] | 27 | ],
|
---|
[59329aa] | 28 | "_resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
|
---|
| 29 | "_spec": "6.0.5",
|
---|
| 30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 31 | "author": {
|
---|
| 32 | "name": "André Cruz",
|
---|
| 33 | "email": "andre@moxy.studio"
|
---|
[6a3a178] | 34 | },
|
---|
[59329aa] | 35 | "bugs": {
|
---|
| 36 | "url": "https://github.com/moxystudio/node-cross-spawn/issues"
|
---|
[6a3a178] | 37 | },
|
---|
| 38 | "commitlint": {
|
---|
| 39 | "extends": [
|
---|
| 40 | "@commitlint/config-conventional"
|
---|
| 41 | ]
|
---|
| 42 | },
|
---|
| 43 | "dependencies": {
|
---|
| 44 | "nice-try": "^1.0.4",
|
---|
| 45 | "path-key": "^2.0.1",
|
---|
| 46 | "semver": "^5.5.0",
|
---|
| 47 | "shebang-command": "^1.2.0",
|
---|
| 48 | "which": "^1.2.9"
|
---|
| 49 | },
|
---|
[59329aa] | 50 | "description": "Cross platform child_process#spawn and child_process#spawnSync",
|
---|
[6a3a178] | 51 | "devDependencies": {
|
---|
| 52 | "@commitlint/cli": "^6.0.0",
|
---|
| 53 | "@commitlint/config-conventional": "^6.0.2",
|
---|
| 54 | "babel-core": "^6.26.0",
|
---|
| 55 | "babel-jest": "^22.1.0",
|
---|
| 56 | "babel-preset-moxy": "^2.2.1",
|
---|
| 57 | "eslint": "^4.3.0",
|
---|
| 58 | "eslint-config-moxy": "^5.0.0",
|
---|
| 59 | "husky": "^0.14.3",
|
---|
| 60 | "jest": "^22.0.0",
|
---|
| 61 | "lint-staged": "^7.0.0",
|
---|
| 62 | "mkdirp": "^0.5.1",
|
---|
| 63 | "regenerator-runtime": "^0.11.1",
|
---|
| 64 | "rimraf": "^2.6.2",
|
---|
| 65 | "standard-version": "^4.2.0"
|
---|
| 66 | },
|
---|
| 67 | "engines": {
|
---|
| 68 | "node": ">=4.8"
|
---|
[59329aa] | 69 | },
|
---|
| 70 | "files": [
|
---|
| 71 | "lib"
|
---|
| 72 | ],
|
---|
| 73 | "homepage": "https://github.com/moxystudio/node-cross-spawn",
|
---|
| 74 | "keywords": [
|
---|
| 75 | "spawn",
|
---|
| 76 | "spawnSync",
|
---|
| 77 | "windows",
|
---|
| 78 | "cross-platform",
|
---|
| 79 | "path-ext",
|
---|
| 80 | "shebang",
|
---|
| 81 | "cmd",
|
---|
| 82 | "execute"
|
---|
| 83 | ],
|
---|
| 84 | "license": "MIT",
|
---|
| 85 | "lint-staged": {
|
---|
| 86 | "*.js": [
|
---|
| 87 | "eslint --fix",
|
---|
| 88 | "git add"
|
---|
| 89 | ]
|
---|
| 90 | },
|
---|
| 91 | "main": "index.js",
|
---|
| 92 | "name": "cross-spawn",
|
---|
| 93 | "repository": {
|
---|
| 94 | "type": "git",
|
---|
| 95 | "url": "git+ssh://git@github.com/moxystudio/node-cross-spawn.git"
|
---|
| 96 | },
|
---|
| 97 | "scripts": {
|
---|
| 98 | "commitmsg": "commitlint -e $GIT_PARAMS",
|
---|
| 99 | "lint": "eslint .",
|
---|
| 100 | "precommit": "lint-staged",
|
---|
| 101 | "prerelease": "npm t && npm run lint",
|
---|
| 102 | "release": "standard-version",
|
---|
| 103 | "test": "jest --env node --coverage"
|
---|
| 104 | },
|
---|
| 105 | "standard-version": {
|
---|
| 106 | "scripts": {
|
---|
| 107 | "posttag": "git push --follow-tags origin master && npm publish"
|
---|
| 108 | }
|
---|
| 109 | },
|
---|
| 110 | "version": "6.0.5"
|
---|
[6a3a178] | 111 | }
|
---|