Comparing version 3.0.6 to 3.0.7
{ | ||
"name": "danbooru", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"description": "danbooru api wrapper", | ||
"keywords": [ | ||
"danbooru", | ||
"booru", | ||
"api", | ||
"image", | ||
"anime", | ||
"manga" | ||
], | ||
"keywords": ["danbooru", "booru", "api", "image", "anime", "manga"], | ||
"homepage": "https://github.com/stawberri/danbooru-node#readme", | ||
@@ -26,2 +19,3 @@ "bugs": { | ||
"scripts": { | ||
"precommit": "pretty-quick --staged", | ||
"prepublishOnly": "babel lib -d build", | ||
@@ -38,5 +32,4 @@ "postpublish": "rimraf build", | ||
"babel-preset-env": "^1.6.1", | ||
"eslint": "^4.18.1", | ||
"eslint-config-prettier": "^2.9.0", | ||
"eslint-plugin-prettier": "^2.6.0", | ||
"eslint": "^4.18.2", | ||
"husky": "^0.14.3", | ||
"jest": "^22.4.2", | ||
@@ -46,4 +39,5 @@ "nock": "^9.2.3", | ||
"prettier": "^1.11.1", | ||
"pretty-quick": "^1.4.1", | ||
"rimraf": "^2.6.2" | ||
} | ||
} |
@@ -106,4 +106,4 @@ # danbooru-node | ||
* `file_url`: The image you get by default when you manually browse on Danbooru. | ||
* `large_file_url`: The full size version of the image. Might be the same as `file_url`. | ||
* `file_url`: The post image. For small images, this is the same as `large_file_url`. | ||
* `large_file_url`: The image you see by default on Danbooru, which may be scaled down. | ||
* `preview_file_url`: The tiny thumbnail used to represent this image. | ||
@@ -110,0 +110,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
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
41301