UNPKG

is-satire

Version:

Strategically determine if a website is satire or not

77 lines (76 loc) 2 kB
{ "name": "is-satire", "version": "2.0.2", "description": "Strategically determine if a website is satire or not", "main": "lib/index.js", "scripts": { "blacklist": "babel-node bin/blacklist", "test:watch": "nodemon -w src --exec npm test", "test": "babel-tap --bail --no-color --reporter=tap test/index.js", "build": "mkdirp build && browserify --entry ./src/index.js --outfile build/is-satire.js -t [ babelify --presets [ es2015 stage-0 ] ]", "lint": "eslint --cache src/", "cli": "babel-node src/cli.js", "prepublish": "npm run lint && npm run build" }, "repository": { "type": "git", "url": "https://github.com/moimikey/is-satire.git" }, "keywords": [ "herald", "news", "publishing", "the onion", "satire", "satirical", "spoof", "fake", "humor", "humour", "exaggeration", "exaggerate", "mock", "hoax", "fiction", "parody", "satírico" ], "author": "Michael Scott Hertzberg <mshertzberg@gmail.com> (http://hertzber.gs/)", "license": "MIT", "bugs": { "url": "https://github.com/moimikey/is-satire/issues" }, "homepage": "https://github.com/moimikey/is-satire", "preferGlobal": true, "bin": { "is-satire": "./cli.js" }, "devDependencies": { "babel-cli": "6.22.2", "babel-eslint": "7.1.1", "babel-plugin-external-helpers": "6.22.0", "babel-plugin-transform-runtime": "6.22.0", "babel-preset-es2015": "6.22.0", "babel-preset-stage-0": "6.22.0", "babel-tap": "5.0.0", "babelify": "7.3.0", "browserify": "14.0.0", "eslint": "3.14.1", "faucet": "0.0.1", "inquirer": "3.0.1", "jsonfile": "2.4.0", "mkdirp": "0.5.1", "nodemon": "1.11.0", "tap": "10.0.0", "tap-notify": "1.0.0" }, "dependencies": { "babel-runtime": "6.22.0", "bluebird": "3.4.7", "cheerio": "0.22.0", "hasdom": "0.0.4", "node-fetch": "1.6.3", "optimist": "^0.6.1", "url": "0.11.0" } }