blob-reading-methods
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "blob-reading-methods", | ||
"version": "0.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"version": "0.0.1", | ||
"description": "Simpler reading methods for Blob interface", | ||
"keywords": [], | ||
"homepage": "https://github.com/fisker/blob-reading-methods#readme", | ||
"bugs": { | ||
"url": "https://github.com/fisker/blob-reading-methods/issues" | ||
}, | ||
"repository": "fisker/blob-reading-methods", | ||
"keywords": [], | ||
"funding": "https://github.com/fisker/blob-reading-methods?sponsor=1", | ||
"license": "MIT", | ||
"bugs": "https://github.com/fisker/blob-reading-methods/issues", | ||
"homepage": "https://github.com/fisker/blob-reading-methods#readme", | ||
"author": { | ||
"name": "fisker Cheung", | ||
"email": "lionkay@gmail.com", | ||
"url": "https://www.fiskercheung.com/" | ||
}, | ||
"sideEffects": false, | ||
"type": "module", | ||
"main": "index.mjs", | ||
"files": [ | ||
"index.mjs", | ||
"auto.mjs", | ||
"array-buffer.mjs", | ||
"stream.mjs", | ||
"text.mjs" | ||
], | ||
"scripts": { | ||
"clean": "run-p clean:*", | ||
"clean:dist": "del-cli dist", | ||
"dist": "run-p dist:*", | ||
"dist:npm": "np --yolo --no-yarn", | ||
"format": "run-p format:*", | ||
"format:eslint": "yarn lint:eslint --fix", | ||
"format:markdown": "yarn lint:markdown --fix", | ||
"format:package-json": "sort-package-json \"package.json\" \"packages/*/package.json\"", | ||
"format:prettier": "yarn lint:prettier --write", | ||
"lint": "run-p lint:*", | ||
"lint:eslint": "eslint \"**/*.{js,mjs,cjs,vue}\"", | ||
"lint:markdown": "markdownlint \"**/*.md\" --ignore \"**/node_modules/**\"", | ||
"lint:package-json": "yarn run format:package-json --check", | ||
"lint:prettier": "prettier \"**/*.{css,html,js,cjs,mjs,json,less,md,scss,ts,vue,yaml,yml}\" --check", | ||
"release": "run-s dist" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "8.3.5", | ||
"@fisker/commitlint-config": "1.1.7", | ||
"@fisker/eslint-config": "2.2.2", | ||
"@fisker/husky-config": "2.1.1", | ||
"@fisker/lint-staged-config": "2.1.0", | ||
"@fisker/prettier-config": "2.2.0", | ||
"cz-conventional-changelog": "3.1.0", | ||
"del-cli": "3.0.0", | ||
"eslint": "6.8.0", | ||
"husky": "4.2.5", | ||
"lint-staged": "10.2.0", | ||
"markdownlint-cli": "0.22.0", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "2.0.5", | ||
"sort-package-json": "1.42.1" | ||
}, | ||
"publishConfig": { | ||
@@ -15,0 +68,0 @@ "access": "public", |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
4292
8
30
0
1
1
6
0
Yes
15