blob: 7914647e19be2ab66d0dbd388d6c1055def33a7b [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "ini@^1.3.4",
3 "_id": "ini@1.3.5",
4 "_inBundle": false,
5 "_integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==",
6 "_location": "/ini",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "ini@^1.3.4",
12 "name": "ini",
13 "escapedName": "ini",
14 "rawSpec": "^1.3.4",
15 "saveSpec": null,
16 "fetchSpec": "^1.3.4"
17 },
18 "_requiredBy": [
19 "/config-chain",
20 "/global-prefix"
21 ],
22 "_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
23 "_shasum": "eee25f56db1c9ec6085e0c22778083f596abf927",
24 "_spec": "ini@^1.3.4",
25 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\global-prefix",
26 "author": {
27 "name": "Isaac Z. Schlueter",
28 "email": "i@izs.me",
29 "url": "http://blog.izs.me/"
30 },
31 "bugs": {
32 "url": "https://github.com/isaacs/ini/issues"
33 },
34 "bundleDependencies": false,
35 "dependencies": {},
36 "deprecated": false,
37 "description": "An ini encoder/decoder for node",
38 "devDependencies": {
39 "standard": "^10.0.3",
40 "tap": "^10.7.3 || 11"
41 },
42 "engines": {
43 "node": "*"
44 },
45 "files": [
46 "ini.js"
47 ],
48 "homepage": "https://github.com/isaacs/ini#readme",
49 "license": "ISC",
50 "main": "ini.js",
51 "name": "ini",
52 "repository": {
53 "type": "git",
54 "url": "git://github.com/isaacs/ini.git"
55 },
56 "scripts": {
57 "postpublish": "git push origin --all; git push origin --tags",
58 "postversion": "npm publish",
59 "pretest": "standard ini.js",
60 "preversion": "npm test",
61 "test": "tap test/*.js --100 -J"
62 },
63 "version": "1.3.5"
64}