Comparing version 2.0.4 to 2.1.0
#!/usr/bin/env node | ||
'use strict'; | ||
var meow = require('meow'); | ||
var awful = require('./'); | ||
const meow = require('meow'); | ||
const awful = require('.'); | ||
var cli = meow({ | ||
const cli = meow({ | ||
help: [ | ||
@@ -8,0 +8,0 @@ 'Examples', |
@@ -1,2 +0,2 @@ | ||
Copyright (c) 2016 Rodney Dennis | ||
Copyright (c) 2018 Rod Dennis <rodneydennisjr@gmail.com> (https://rod.today) | ||
@@ -3,0 +3,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: |
{ | ||
"name": "awful", | ||
"version": "2.0.4", | ||
"version": "2.1.0", | ||
"description": "Get words like awful", | ||
"license": "MIT", | ||
"repository": "rod/awful", | ||
"author": { | ||
"name": "Rodney Dennis", | ||
"email": "rodneydennisjr@gmail.com", | ||
"url": "https://rod.today" | ||
}, | ||
"bin": { | ||
"awful": "cli.js" | ||
}, | ||
"engines": { | ||
"node": ">=6" | ||
}, | ||
"scripts": { | ||
"test": "ava --verbose" | ||
"test": "xo && ava" | ||
}, | ||
"files": [ | ||
"cli.js" | ||
], | ||
"keywords": [ | ||
@@ -17,13 +33,13 @@ "awful", | ||
], | ||
"author": "Rodney Dennis <rodneydennisjr@gmail.com> (http://rod.github.io)", | ||
"license": "MIT", | ||
"bin": "cli.js", | ||
"repository": "rod/awful", | ||
"dependencies": { | ||
"meow": "^3.3.0", | ||
"unique-random-array": "^1.0.0" | ||
"meow": "^5.0.0", | ||
"unique-random-array": "^1.0.1" | ||
}, | ||
"devDependencies": { | ||
"ava": "0.19.1" | ||
"ava": "*", | ||
"xo": "*" | ||
}, | ||
"xo": { | ||
"space": true | ||
} | ||
} |
@@ -5,3 +5,3 @@ # awful | ||
> 👎 Get words like awful | ||
> 👎 A terrible, horrible, no good, very bad npm package | ||
@@ -8,0 +8,0 @@ ## Install |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2977
2
4
20
+ Addedarrify@1.0.1(transitive)
+ Addedcamelcase@4.1.0(transitive)
+ Addedcamelcase-keys@4.2.0(transitive)
+ Addeddecamelize-keys@1.1.1(transitive)
+ Addedfind-up@2.1.0(transitive)
+ Addedindent-string@3.2.0(transitive)
+ Addedis-plain-obj@1.1.0(transitive)
+ Addedjson-parse-better-errors@1.0.2(transitive)
+ Addedload-json-file@4.0.0(transitive)
+ Addedlocate-path@2.0.0(transitive)
+ Addedmap-obj@2.0.0(transitive)
+ Addedmeow@5.0.0(transitive)
+ Addedminimist-options@3.0.2(transitive)
+ Addedp-limit@1.3.0(transitive)
+ Addedp-locate@2.0.0(transitive)
+ Addedp-try@1.0.0(transitive)
+ Addedparse-json@4.0.0(transitive)
+ Addedpath-exists@3.0.0(transitive)
+ Addedpath-type@3.0.0(transitive)
+ Addedpify@3.0.0(transitive)
+ Addedquick-lru@1.1.0(transitive)
+ Addedread-pkg@3.0.0(transitive)
+ Addedread-pkg-up@3.0.0(transitive)
+ Addedredent@2.0.0(transitive)
+ Addedstrip-bom@3.0.0(transitive)
+ Addedstrip-indent@2.0.0(transitive)
+ Addedtrim-newlines@2.0.0(transitive)
+ Addedyargs-parser@10.1.0(transitive)
- Removedcamelcase@2.1.1(transitive)
- Removedcamelcase-keys@2.1.0(transitive)
- Removedfind-up@1.1.2(transitive)
- Removedget-stdin@4.0.1(transitive)
- Removedindent-string@2.1.0(transitive)
- Removedis-finite@1.1.0(transitive)
- Removedis-utf8@0.2.1(transitive)
- Removedload-json-file@1.1.0(transitive)
- Removedmeow@3.7.0(transitive)
- Removedminimist@1.2.8(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedparse-json@2.2.0(transitive)
- Removedpath-exists@2.1.0(transitive)
- Removedpath-type@1.1.0(transitive)
- Removedpify@2.3.0(transitive)
- Removedpinkie@2.0.4(transitive)
- Removedpinkie-promise@2.0.1(transitive)
- Removedread-pkg@1.1.0(transitive)
- Removedread-pkg-up@1.0.1(transitive)
- Removedredent@1.0.0(transitive)
- Removedrepeating@2.0.1(transitive)
- Removedstrip-bom@2.0.0(transitive)
- Removedstrip-indent@1.0.1(transitive)
- Removedtrim-newlines@1.0.0(transitive)
Updatedmeow@^5.0.0
Updatedunique-random-array@^1.0.1