cute-animals
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "cute-animals", | ||
"description": "Generate random adj-animal combinations with kid-friendly names.", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"author": { | ||
@@ -14,6 +14,10 @@ "name": "Raine Revere", | ||
}, | ||
"main": "src", | ||
"bin": { | ||
"cute-animals": "./src/cli.js" | ||
}, | ||
"scripts": { | ||
"build": "node build.js", | ||
"lint": "eslint .", | ||
"lintfix": "eslint --fix", | ||
"build": "node src/build.js", | ||
"lint": "eslint src", | ||
"lintfix": "eslint src --fix", | ||
"test": "jest", | ||
@@ -28,3 +32,3 @@ "test:watch": "jest --watch" | ||
"devDependencies": { | ||
"eslint": "^7.14.0", | ||
"eslint": "^7.16.0", | ||
"eslint-config-raine": "^0.1.2", | ||
@@ -34,3 +38,3 @@ "eslint-config-standard": "^16.0.2", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jsdoc": "^30.7.8", | ||
"eslint-plugin-jsdoc": "^30.7.9", | ||
"eslint-plugin-node": "^11.1.0", | ||
@@ -37,0 +41,0 @@ "eslint-plugin-promise": "^4.2.1", |
@@ -14,2 +14,4 @@ # cute-animals | ||
### Module | ||
```js | ||
@@ -28,3 +30,3 @@ const animal = require('cute-animals') | ||
ocelot | ||
viper | ||
butterfly | ||
giant panda | ||
@@ -62,9 +64,18 @@ */ | ||
## Adjectives | ||
### CLI | ||
```sh | ||
$ cute-animals adj adj animal | ||
elated sincere slot | ||
``` | ||
## Corpus | ||
### Adjectives | ||
``` | ||
<%=adjectives.join('\n')%> | ||
``` | ||
## Animals | ||
### Animals | ||
@@ -71,0 +82,0 @@ ``` |
@@ -14,2 +14,4 @@ # cute-animals | ||
### Module | ||
```js | ||
@@ -61,5 +63,14 @@ const animal = require('cute-animals') | ||
## Adjectives | ||
### CLI | ||
```sh | ||
$ cute-animals adj adj animal | ||
elated sincere slot | ||
``` | ||
## Corpus | ||
### Adjectives | ||
``` | ||
adorable | ||
@@ -144,3 +155,3 @@ affectionate | ||
## Animals | ||
### Animals | ||
@@ -147,0 +158,0 @@ ``` |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
14868
13
471
482
1