thedesk/app/node_modules/lazy-val/package.json
2019-09-12 23:38:13 +09:00

69 lines
1.6 KiB
JSON

{
"_args": [
[
"lazy-val@1.0.4",
"C:\\Users\\ryuki\\TheDesk\\app"
]
],
"_development": true,
"_from": "lazy-val@1.0.4",
"_id": "lazy-val@1.0.4",
"_inBundle": false,
"_integrity": "sha512-u93kb2fPbIrfzBuLjZE+w+fJbUUMhNDXxNmMfaqNgpfQf1CO5ZSe2LfsnBqVAk7i/2NF48OSoRj+Xe2VT+lE8Q==",
"_location": "/lazy-val",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "lazy-val@1.0.4",
"name": "lazy-val",
"escapedName": "lazy-val",
"rawSpec": "1.0.4",
"saveSpec": null,
"fetchSpec": "1.0.4"
},
"_requiredBy": [
"/app-builder-lib",
"/electron-builder",
"/electron-publish",
"/read-config-file"
],
"_resolved": "https://registry.npmjs.org/lazy-val/-/lazy-val-1.0.4.tgz",
"_spec": "1.0.4",
"_where": "C:\\Users\\ryuki\\TheDesk\\app",
"author": {
"name": "Vladimir Krivosheev"
},
"babel": {
"presets": [
"babel-preset-ts-node6-bluebird"
]
},
"bugs": {
"url": "https://github.com/develar/lazy-val/issues"
},
"description": "Lazy value.",
"devDependencies": {
"babel-preset-ts-node6-bluebird": "^3.0.1",
"ts-babel": "^6.1.2",
"typescript": "^3.3.3333"
},
"files": [
"out"
],
"homepage": "https://github.com/develar/lazy-val",
"license": "MIT",
"main": "out/main.js",
"name": "lazy-val",
"repository": {
"type": "git",
"url": "git+https://github.com/develar/lazy-val.git"
},
"scripts": {
"compile": "ts-babel",
"release": "yarn compile && npm publish"
},
"typings": "./out/main.d.ts",
"version": "1.0.4"
}