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
| {
| "_from": "string-argv@^0.0.2",
| "_id": "string-argv@0.0.2",
| "_inBundle": false,
| "_integrity": "sha512-p6/Mqq0utTQWUeGMi/m0uBtlLZEwXSY3+mXzeRRqw7fz5ezUb28Wr0R99NlfbWaMmL/jCyT9be4jpn7Yz8IO8w==",
| "_location": "/string-argv",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "string-argv@^0.0.2",
| "name": "string-argv",
| "escapedName": "string-argv",
| "rawSpec": "^0.0.2",
| "saveSpec": null,
| "fetchSpec": "^0.0.2"
| },
| "_requiredBy": [
| "/lint-staged"
| ],
| "_resolved": "https://registry.npmmirror.com/string-argv/-/string-argv-0.0.2.tgz",
| "_shasum": "dac30408690c21f3c3630a3ff3a05877bdcbd736",
| "_spec": "string-argv@^0.0.2",
| "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\lint-staged",
| "author": {
| "name": "Anthony McCormick",
| "email": "anthony.mccormick AT gmail.com"
| },
| "bugs": {
| "url": "https://github.com/mccormicka/string-argv/issues"
| },
| "bundleDependencies": false,
| "dependencies": {},
| "deprecated": false,
| "description": "string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.",
| "devDependencies": {
| "eslint": "^2.0.0",
| "eslint-config-cellule": "^3.0.0",
| "jasmine": "^2.4.1"
| },
| "engines": {
| "node": ">=0.6.19"
| },
| "homepage": "https://github.com/mccormicka/string-argv",
| "keywords": [
| "logger"
| ],
| "license": "MIT",
| "main": "index",
| "name": "string-argv",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/mccormicka/string-argv.git"
| },
| "scripts": {
| "lint": "eslint .",
| "test": "jasmine JASMINE_CONFIG_PATH=test/config.json --verbose --color --captureExceptions && npm run lint"
| },
| "version": "0.0.2"
| }
|
|