15815213711
2024-08-26 67b8b6731811983447e053d4396b3708c14dfe3c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
  "_from": "@malept/cross-spawn-promise@^2.0.0",
  "_id": "@malept/cross-spawn-promise@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-1DpKU0Z5ThltBwjNySMC14g0CkbyhCaz9FkhxqNsZI6uAPJXFS8cMXlBKo26FJ8ZuW6S9GCMcR9IO5k2X5/9Fg==",
  "_location": "/@malept/cross-spawn-promise",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@malept/cross-spawn-promise@^2.0.0",
    "name": "@malept/cross-spawn-promise",
    "escapedName": "@malept%2fcross-spawn-promise",
    "scope": "@malept",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/@electron/rebuild"
  ],
  "_resolved": "https://registry.npmmirror.com/@malept/cross-spawn-promise/-/cross-spawn-promise-2.0.0.tgz",
  "_shasum": "d0772de1aa680a0bfb9ba2f32b4c828c7857cb9d",
  "_spec": "@malept/cross-spawn-promise@^2.0.0",
  "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/@electron/rebuild",
  "author": {
    "name": "Mark Lee"
  },
  "ava": {
    "extensions": [
      "ts"
    ],
    "require": [
      "ts-node/register"
    ]
  },
  "bugs": {
    "url": "https://github.com/malept/cross-spawn-promise/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "cross-spawn": "^7.0.1"
  },
  "deprecated": false,
  "description": "Promisified version of cross-spawn",
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "^1.0.1",
    "@types/cross-spawn": "^6.0.1",
    "@types/node": "^15.14.0",
    "@typescript-eslint/eslint-plugin": "^4.0.1",
    "@typescript-eslint/parser": "^4.0.1",
    "ava": "^3.3.0",
    "eslint": "^7.0.0",
    "eslint-config-prettier": "^8.0.0",
    "eslint-plugin-ava": "^12.0.0",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-prettier": "^3.1.2",
    "eslint-plugin-promise": "^5.1.0",
    "eslint-plugin-tsdoc": "^0.2.5",
    "husky": "^7.0.0",
    "lint-staged": "^11.0.0",
    "nyc": "^15.0.0",
    "prettier": "^2.0.1",
    "source-map-support": "^0.5.16",
    "ts-node": "^10.0.0",
    "typedoc": "^0.21.2",
    "typescript": "~4.3.5"
  },
  "engines": {
    "node": ">= 12.13.0"
  },
  "eslintConfig": {
    "parser": "@typescript-eslint/parser",
    "parserOptions": {
      "ecmaVersion": "2019",
      "sourceType": "module"
    },
    "plugins": [
      "@typescript-eslint",
      "eslint-plugin-tsdoc"
    ],
    "extends": [
      "eslint:recommended",
      "plugin:@typescript-eslint/recommended",
      "plugin:ava/recommended",
      "plugin:import/errors",
      "plugin:import/warnings",
      "plugin:import/typescript",
      "plugin:prettier/recommended",
      "plugin:promise/recommended",
      "prettier"
    ],
    "rules": {
      "strict": "error",
      "tsdoc/syntax": "warn"
    }
  },
  "eslintIgnore": [
    "dist"
  ],
  "files": [
    "dist"
  ],
  "funding": [
    {
      "type": "individual",
      "url": "https://github.com/sponsors/malept"
    },
    {
      "type": "tidelift",
      "url": "https://tidelift.com/subscription/pkg/npm-.malept-cross-spawn-promise?utm_medium=referral&utm_source=npm_fund"
    }
  ],
  "homepage": "https://github.com/malept/cross-spawn-promise#readme",
  "license": "Apache-2.0",
  "lint-staged": {
    "*.{json,md,yml}": "prettier --write",
    "*.ts": [
      "prettier --write",
      "eslint --fix"
    ]
  },
  "main": "dist/src/index.js",
  "name": "@malept/cross-spawn-promise",
  "nyc": {
    "extends": "@istanbuljs/nyc-config-typescript"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/malept/cross-spawn-promise.git"
  },
  "scripts": {
    "ava": "ava",
    "build": "tsc",
    "coverage": "nyc --reporter=lcov --reporter=text ava",
    "docs": "typedoc src/index.ts",
    "lint": "prettier --check . && eslint --ext .ts .",
    "prepare": "husky install && yarn build",
    "test": "yarn lint && yarn ava"
  },
  "version": "2.0.0"
}