1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "ini@2.0.0",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "ini@2.0.0",
|
---|
10 | "_id": "ini@2.0.0",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==",
|
---|
13 | "_location": "/ini",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "ini@2.0.0",
|
---|
19 | "name": "ini",
|
---|
20 | "escapedName": "ini",
|
---|
21 | "rawSpec": "2.0.0",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "2.0.0"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/@angular/cli"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz",
|
---|
29 | "_spec": "2.0.0",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Isaac Z. Schlueter",
|
---|
33 | "email": "i@izs.me",
|
---|
34 | "url": "http://blog.izs.me/"
|
---|
35 | },
|
---|
36 | "bugs": {
|
---|
37 | "url": "https://github.com/isaacs/ini/issues"
|
---|
38 | },
|
---|
39 | "description": "An ini encoder/decoder for node",
|
---|
40 | "devDependencies": {
|
---|
41 | "eslint": "^7.9.0",
|
---|
42 | "eslint-plugin-import": "^2.22.0",
|
---|
43 | "eslint-plugin-node": "^11.1.0",
|
---|
44 | "eslint-plugin-promise": "^4.2.1",
|
---|
45 | "eslint-plugin-standard": "^4.0.1",
|
---|
46 | "tap": "14"
|
---|
47 | },
|
---|
48 | "engines": {
|
---|
49 | "node": ">=10"
|
---|
50 | },
|
---|
51 | "files": [
|
---|
52 | "ini.js"
|
---|
53 | ],
|
---|
54 | "homepage": "https://github.com/isaacs/ini#readme",
|
---|
55 | "license": "ISC",
|
---|
56 | "main": "ini.js",
|
---|
57 | "name": "ini",
|
---|
58 | "repository": {
|
---|
59 | "type": "git",
|
---|
60 | "url": "git://github.com/isaacs/ini.git"
|
---|
61 | },
|
---|
62 | "scripts": {
|
---|
63 | "eslint": "eslint",
|
---|
64 | "lint": "npm run eslint -- ini.js test/*.js",
|
---|
65 | "lintfix": "npm run lint -- --fix",
|
---|
66 | "posttest": "npm run lint",
|
---|
67 | "postversion": "npm publish",
|
---|
68 | "prepublishOnly": "git push origin --follow-tags",
|
---|
69 | "preversion": "npm test",
|
---|
70 | "test": "tap"
|
---|
71 | },
|
---|
72 | "version": "2.0.0"
|
---|
73 | }
|
---|