69 lines
1.8 KiB
JSON
Raw Permalink Normal View History

2022-09-30 05:39:11 +00:00
{
"_from": "read-config-file@6.0.0",
"_id": "read-config-file@6.0.0",
"_inBundle": false,
"_integrity": "sha512-PHjROSdpceKUmqS06wqwP92VrM46PZSTubmNIMJ5DrMwg1OgenSTSEHIkCa6TiOJ+y/J0xnG1fFwG3M+Oi1aNA==",
"_location": "/read-config-file",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "read-config-file@6.0.0",
"name": "read-config-file",
"escapedName": "read-config-file",
"rawSpec": "6.0.0",
"saveSpec": null,
"fetchSpec": "6.0.0"
},
"_requiredBy": [
"/app-builder-lib",
"/electron-builder"
],
"_resolved": "https://registry.npmjs.org/read-config-file/-/read-config-file-6.0.0.tgz",
"_shasum": "224b5dca6a5bdc1fb19e63f89f342680efdb9299",
"_spec": "read-config-file@6.0.0",
"_where": "/home/shihaam/www/freezer.shihaam.me/node_modules/electron-builder",
"author": {
"name": "Vladimir Krivosheev"
},
"bugs": {
"url": "https://github.com/develar/read-config-file/issues"
},
"bundleDependencies": false,
"dependencies": {
"dotenv": "^8.2.0",
"dotenv-expand": "^5.1.0",
"js-yaml": "^3.13.1",
"json5": "^2.1.2",
"lazy-val": "^1.0.4"
},
"deprecated": false,
"description": "Read configuration file in various formats:",
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/js-yaml": "^3.12.3",
"@types/node": "^13.9.8",
"typescript": "^3.8.3"
},
"engines": {
"node": ">=10.0.0"
},
"files": [
"out"
],
"homepage": "https://github.com/develar/read-config-file",
"license": "MIT",
"main": "out/main.js",
"name": "read-config-file",
"repository": {
"type": "git",
"url": "git+https://github.com/develar/read-config-file.git"
},
"scripts": {
"compile": "tsc",
"release": "yarn compile && npm publish"
},
"typings": "./out/main.d.ts",
"version": "6.0.0"
}