65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
|
"_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": "range",
|
|
"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",
|
|
"_shasum": "882636a7245c2cfe6e0a4e3ba6c5d68a137e5c65",
|
|
"_spec": "lazy-val@^1.0.4",
|
|
"_where": "/home/shihaam/www/freezer.shihaam.me/node_modules/electron-builder",
|
|
"author": {
|
|
"name": "Vladimir Krivosheev"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"babel-preset-ts-node6-bluebird"
|
|
]
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/develar/lazy-val/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"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"
|
|
}
|