source: trip-planner-front/node_modules/cross-spawn/package.json

Last change on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.7 KB
Line 
1{
2 "_args": [
3 [
4 "cross-spawn@6.0.5",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
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"
24 },
25 "_requiredBy": [
26 "/execa"
27 ],
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"
34 },
35 "bugs": {
36 "url": "https://github.com/moxystudio/node-cross-spawn/issues"
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 },
50 "description": "Cross platform child_process#spawn and child_process#spawnSync",
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"
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"
111}
Note: See TracBrowser for help on using the repository browser.