106 lines
2.7 KiB
JSON
106 lines
2.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "about-window",
|
|
"scope": null,
|
|
"escapedName": "about-window",
|
|
"name": "about-window",
|
|
"rawSpec": "",
|
|
"spec": "latest",
|
|
"type": "tag"
|
|
},
|
|
"C:\\Users\\ryuki\\TheDesk"
|
|
]
|
|
],
|
|
"_from": "about-window@latest",
|
|
"_id": "about-window@1.8.0",
|
|
"_inCache": true,
|
|
"_location": "/about-window",
|
|
"_nodeVersion": "6.10.3",
|
|
"_npmOperationalInternal": {
|
|
"host": "s3://npm-registry-packages",
|
|
"tmp": "tmp/about-window-1.8.0.tgz_1506494385445_0.4268775100354105"
|
|
},
|
|
"_npmUser": {
|
|
"name": "rhysd",
|
|
"email": "lin90162@yahoo.co.jp"
|
|
},
|
|
"_npmVersion": "3.10.10",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "about-window",
|
|
"scope": null,
|
|
"escapedName": "about-window",
|
|
"name": "about-window",
|
|
"rawSpec": "",
|
|
"spec": "latest",
|
|
"type": "tag"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/about-window/-/about-window-1.8.0.tgz",
|
|
"_shasum": "3e183cfaef4342e1fea6c442f4e43f682e9da580",
|
|
"_shrinkwrap": null,
|
|
"_spec": "about-window",
|
|
"_where": "C:\\Users\\ryuki\\TheDesk",
|
|
"author": {
|
|
"name": "rhysd",
|
|
"email": "lin90162@yahoo.co.jp"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/rhysd/electron-about-window/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "'About App' window for Electron application",
|
|
"devDependencies": {
|
|
"@types/node": "^8.0.24",
|
|
"electron": "^1.7.5",
|
|
"stylelint": "^8.0.0",
|
|
"stylelint-config-standard": "^17.0.0",
|
|
"tslint": "^5.6.0",
|
|
"typescript": "^2.4.2"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "3e183cfaef4342e1fea6c442f4e43f682e9da580",
|
|
"tarball": "https://registry.npmjs.org/about-window/-/about-window-1.8.0.tgz"
|
|
},
|
|
"gitHead": "c2dac96372fcde38f2f842c00a34f024d0bdf4c1",
|
|
"homepage": "https://github.com/rhysd/electron-about-window#readme",
|
|
"keywords": [
|
|
"Electron",
|
|
"electron-component",
|
|
"about",
|
|
"window"
|
|
],
|
|
"license": "MIT",
|
|
"main": "src/index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "rhysd",
|
|
"email": "lin90162@yahoo.co.jp"
|
|
}
|
|
],
|
|
"name": "about-window",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rhysd/electron-about-window.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -p src/",
|
|
"debug": "electron ./example",
|
|
"dep": "npm install",
|
|
"example": "NODE_ENV=production electron ./example",
|
|
"lint": "npm run tslint && npm run stylelint",
|
|
"preversion": "npm run lint && npm run build",
|
|
"start": "npm run dep && npm run build && npm run example",
|
|
"stylelint": "stylelint styles/*.css",
|
|
"tslint": "tslint -p ./src --type-check"
|
|
},
|
|
"version": "1.8.0"
|
|
}
|