source: imaps-frontend/node_modules/cross-spawn/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 2.5 KB
RevLine 
[d565449]1{
[79a0317]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"
[d565449]17 },
[79a0317]18 "_requiredBy": [
19 "/eslint"
[d565449]20 ],
[79a0317]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"
[d565449]28 },
[79a0317]29 "bugs": {
30 "url": "https://github.com/moxystudio/node-cross-spawn/issues"
[d565449]31 },
[79a0317]32 "bundleDependencies": false,
[d565449]33 "commitlint": {
34 "extends": [
35 "@commitlint/config-conventional"
36 ]
37 },
38 "dependencies": {
39 "path-key": "^3.1.0",
40 "shebang-command": "^2.0.0",
41 "which": "^2.0.1"
42 },
[79a0317]43 "deprecated": false,
44 "description": "Cross platform child_process#spawn and child_process#spawnSync",
[d565449]45 "devDependencies": {
46 "@commitlint/cli": "^8.1.0",
47 "@commitlint/config-conventional": "^8.1.0",
48 "babel-core": "^6.26.3",
49 "babel-jest": "^24.9.0",
50 "babel-preset-moxy": "^3.1.0",
51 "eslint": "^5.16.0",
52 "eslint-config-moxy": "^7.1.0",
53 "husky": "^3.0.5",
54 "jest": "^24.9.0",
55 "lint-staged": "^9.2.5",
56 "mkdirp": "^0.5.1",
57 "rimraf": "^3.0.0",
[0c6b92a]58 "standard-version": "^9.5.0"
[d565449]59 },
60 "engines": {
61 "node": ">= 8"
[79a0317]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"
[d565449]104}
Note: See TracBrowser for help on using the repository browser.