package.json
1.34 KB
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
{
"_from": "splitargs@~0.0.3",
"_id": "splitargs@0.0.7",
"_inBundle": false,
"_integrity": "sha1-/p965lc3GzOxDLgNoUPPgknPazs=",
"_location": "/splitargs",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "splitargs@~0.0.3",
"name": "splitargs",
"escapedName": "splitargs",
"rawSpec": "~0.0.3",
"saveSpec": null,
"fetchSpec": "~0.0.3"
},
"_requiredBy": [
"/nopter"
],
"_resolved": "https://registry.npmjs.org/splitargs/-/splitargs-0.0.7.tgz",
"_shasum": "fe9f7ae657371b33b10cb80da143cf8249cf6b3b",
"_spec": "splitargs@~0.0.3",
"_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\nopter",
"author": {
"name": "Elgs Chen"
},
"bugs": {
"url": "https://github.com/elgs/splitargs/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Splits strings into tokens by given separator except treating quoted part as a single token.",
"homepage": "https://github.com/elgs/splitargs",
"keywords": [
"split",
"args",
"quoted",
"space"
],
"license": "ISC",
"main": "splitargs.js",
"name": "splitargs",
"repository": {
"type": "git",
"url": "git+https://github.com/elgs/splitargs.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.7"
}