feige
2025-05-06 850618a035d9999cf60d77dafd6da8a09f36a1fe
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
{
  "_from": "string-argv@0.3.1",
  "_id": "string-argv@0.3.1",
  "_inBundle": false,
  "_integrity": "sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==",
  "_location": "/string-argv",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "string-argv@0.3.1",
    "name": "string-argv",
    "escapedName": "string-argv",
    "rawSpec": "0.3.1",
    "saveSpec": null,
    "fetchSpec": "0.3.1"
  },
  "_requiredBy": [
    "/lint-staged"
  ],
  "_resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.1.tgz",
  "_shasum": "95e2fbec0427ae19184935f816d74aaa4c5c19da",
  "_spec": "string-argv@0.3.1",
  "_where": "C:\\Users\\feige\\Desktop\\RuoYi-Vue-master\\RuoYi-Vue-master\\ruoyi-ui\\node_modules\\lint-staged",
  "author": {
    "name": "Anthony McCormick",
    "email": "anthony.mccormick@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/mccormicka/string-argv/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Michael Ferris",
      "email": "mike.ferri@hotmail.com"
    }
  ],
  "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": {
    "jasmine": "^2.4.1",
    "typescript": "^3.4.3"
  },
  "engines": {
    "node": ">=0.6.19"
  },
  "homepage": "https://github.com/mccormicka/string-argv",
  "keywords": [
    "argv"
  ],
  "license": "MIT",
  "main": "index",
  "name": "string-argv",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mccormicka/string-argv.git"
  },
  "scripts": {
    "build": "tsc -p .",
    "prepublishOnly": "npm test",
    "test": "npm run build & jasmine --config=test/config.json"
  },
  "types": "index.d.ts",
  "version": "0.3.1"
}