• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "ini@1.3.8",
3  "_id": "ini@1.3.8",
4  "_inBundle": false,
5  "_integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
6  "_location": "/ini",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "version",
10    "registry": true,
11    "raw": "ini@1.3.8",
12    "name": "ini",
13    "escapedName": "ini",
14    "rawSpec": "1.3.8",
15    "saveSpec": null,
16    "fetchSpec": "1.3.8"
17  },
18  "_requiredBy": [
19    "#USER",
20    "/",
21    "/config-chain",
22    "/global-dirs",
23    "/libcipm",
24    "/libnpmconfig",
25    "/rc"
26  ],
27  "_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
28  "_shasum": "a29da425b48806f34767a4efce397269af28432c",
29  "_spec": "ini@1.3.8",
30  "_where": "/Users/darcyclarke/Documents/Repos/npm/npm/cli",
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  "bundleDependencies": false,
40  "deprecated": false,
41  "description": "An ini encoder/decoder for node",
42  "devDependencies": {
43    "eslint": "^7.9.0",
44    "eslint-plugin-import": "^2.22.0",
45    "eslint-plugin-node": "^11.1.0",
46    "eslint-plugin-promise": "^4.2.1",
47    "eslint-plugin-standard": "^4.0.1",
48    "tap": "14"
49  },
50  "files": [
51    "ini.js"
52  ],
53  "homepage": "https://github.com/isaacs/ini#readme",
54  "license": "ISC",
55  "main": "ini.js",
56  "name": "ini",
57  "repository": {
58    "type": "git",
59    "url": "git://github.com/isaacs/ini.git"
60  },
61  "scripts": {
62    "eslint": "eslint",
63    "lint": "npm run eslint -- ini.js test/*.js",
64    "lintfix": "npm run lint -- --fix",
65    "posttest": "npm run lint",
66    "postversion": "npm publish",
67    "prepublishOnly": "git push origin --follow-tags",
68    "preversion": "npm test",
69    "test": "tap"
70  },
71  "version": "1.3.8"
72}
73