thedesk/app/node_modules/read-config-file/package.json
2019-09-12 23:38:13 +09:00

71 lines
1.9 KiB
JSON

{
"_from": "read-config-file@5.0.0",
"_id": "read-config-file@5.0.0",
"_inBundle": false,
"_integrity": "sha512-jIKUu+C84bfnKxyJ5j30CxCqgXWYjZLXuVE/NYlMEpeni+dhESgAeZOZd0JZbg1xTkMmnCdxksDoarkOyfEsOg==",
"_location": "/read-config-file",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "read-config-file@5.0.0",
"name": "read-config-file",
"escapedName": "read-config-file",
"rawSpec": "5.0.0",
"saveSpec": null,
"fetchSpec": "5.0.0"
},
"_requiredBy": [
"/app-builder-lib",
"/electron-builder"
],
"_resolved": "https://registry.npmjs.org/read-config-file/-/read-config-file-5.0.0.tgz",
"_shasum": "1487c983fae9c1b672d3acda5cac899a2d451f02",
"_spec": "read-config-file@5.0.0",
"_where": "C:\\Users\\ryuki\\TheDesk\\app\\node_modules\\electron-builder",
"author": {
"name": "Vladimir Krivosheev"
},
"bugs": {
"url": "https://github.com/develar/read-config-file/issues"
},
"bundleDependencies": false,
"dependencies": {
"dotenv": "^8.0.0",
"dotenv-expand": "^5.1.0",
"fs-extra": "^8.1.0",
"js-yaml": "^3.13.1",
"json5": "^2.1.0",
"lazy-val": "^1.0.4"
},
"deprecated": false,
"description": "Read configuration file in various formats:",
"devDependencies": {
"@types/dotenv": "^6.1.1",
"@types/fs-extra": "^8.0.0",
"@types/js-yaml": "^3.12.1",
"@types/node": "^12.6.8",
"typescript": "^3.5.3"
},
"engines": {
"node": ">=8.12.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": "5.0.0"
}