UNPKG

impossible-hn

Version:

A terminal based Hacker News (news.ycombinator.com) reader. Made with Impossible.js.

98 lines 3.41 kB
{ "name": "impossible-hn", "bin": { "hn": "./bin/impossible-hn.js" }, "files": [ "/bin" ], "version": "0.0.2", "description": "A terminal based Hacker News (news.ycombinator.com) reader. Made with Impossible.js.", "repository": { "type": "git", "url": "git@github.com:ronilan/impossible-hn.git" }, "keywords": [ "Impossible", "Impossible.js", "HN", "Hacker News", "HackerNews", "news.ycombinator.com" ], "author": { "name": "Ron Ilan", "url": "https://www.ronilan.com" }, "license": "UNLICENSED", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "watch:node": "webpack --watch --config webpack.config.node.js", "watch:web": "webpack --watch --config webpack.config.web.js", "lint": "npx eslint src/** --fix", "build:node": "webpack --config webpack.config.node.js --mode production", "build:web": "webpack --config webpack.config.web.js --mode production", "build": "npm run build:web && npm run build:node", "prepublishOnly": "node scripts/prepublishOnly", "postpack": "node scripts/postpack", "start": "npm run proxy & npm run watch:node & npm run watch:web & webpack-dev-server --config webpack.config.web.js", "proxy": "node proxy.js" }, "impossible": { "acknowledgment": { "tools": { "@babel/core": "^7.12.3", "@babel/eslint-parser": "^7.12.1", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", "@babel/plugin-proposal-optional-chaining": "^7.12.1", "@babel/preset-env": "^7.12.1", "babel-loader": "^8.1.0", "eslint": "^7.13.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^10.0.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.2", "express": "^4.17.1", "fs-extra": "^9.0.1", "path-browserify": "^1.0.1", "request": "^2.88.2", "stream-browserify": "^3.0.0", "util": "^0.12.3", "webpack": "^5.4.0", "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.0", "webpack-merge": "^4.2.1" }, "bundled": { "@impossible.js/animated": "0.0.2", "@impossible.js/button": "0.0.2", "@impossible.js/cancel-button": "0.0.2", "@impossible.js/container": "0.0.2", "@impossible.js/form": "0.0.2", "@impossible.js/horizontal-list": "0.0.2", "@impossible.js/look": "0.0.2", "@impossible.js/number-input": "0.0.2", "@impossible.js/radio": "0.0.2", "@impossible.js/rectangle": "0.0.2", "@impossible.js/sprite": "0.0.2", "@impossible.js/stage": "0.0.2", "@impossible.js/stage-web": "0.0.2", "@impossible.js/submit-button": "0.0.2", "@impossible.js/text": "0.0.2", "@impossible.js/text-input": "0.0.2", "@impossible.js/vertical-list": "0.0.2", "buffer": "^5.7.1", "entities": "^2.1.0", "figlet": "^1.5.0", "global-dirs": "^2.0.1", "javascript-time-ago": "^2.3.2", "node-fetch": "^2.6.1", "node-localstorage": "^2.1.6", "open": "^7.3.0", "unfluff": "git://github.com/johipsum/node-unfluff.git#frontend-support" } } } }