UNPKG

isbn3

Version:

ISBN utils: parse, validate, format, audit

83 lines (82 loc) 1.74 kB
{ "name": "isbn3", "description": "ISBN utils: parse, validate, format, audit", "version": "1.2.11", "authors": [ "Hetappi <hetappi.pm@gmail.com>", "Tadas S. <tadas@yoyo.lt>", "Maxime L. <k@maxlath.eu>" ], "license": "MIT", "homepage": "https://github.com/inventaire/isbn3", "repository": { "type": "git", "url": "git://github.com/inventaire/isbn3.git" }, "main": "./isbn.js", "bin": { "isbn": "./bin/isbn", "isbn-audit": "./bin/isbn-audit", "isbn-checksum": "./bin/isbn-checksum" }, "scripts": { "test": "mocha", "lint": "standard", "update-groups": "./scripts/update_groups.js", "update-dist": "./scripts/update_dist.sh", "update-toc": "./scripts/update_toc.sh", "benchmark": "./benchmark/run.js", "prepublishOnly": "./scripts/prepublish.sh", "postpublish": "./scripts/postpublish.sh" }, "files": [ "isbn.js", "isbn.d.ts", "lib", "bin", "scripts" ], "types": "isbn.d.ts", "engines": { "node": ">= 6.4.0" }, "dependencies": {}, "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-es2015": "^6.24.1", "babelify": "^8.0.0", "browserify": "^16.5.0", "mocha": "^6.2.1", "node-fetch": "^2.6.0", "should": "^13.2.3", "standard": "^10.0.2", "uglify-js": "^3.6.1", "xml2js": "^0.4.16" }, "standard": { "ignore": [ "dist" ], "globals": [ "it", "describe" ] }, "bugs": { "url": "https://github.com/inventaire/isbn3/issues" }, "directories": { "lib": "lib", "test": "test" }, "keywords": [ "ISBN", "ISBN 10", "ISBN 13", "parser", "parse", "audit", "publisher", "checksum" ] }