UNPKG

can-haz-package

Version:

Check if an npm pacakge name is valid and does not exist.

43 lines (42 loc) 915 B
{ "name": "can-haz-package", "description": "Check if an npm pacakge name is valid and does not exist.", "version": "1.0.1", "author": "Dan Flettre <fletd01@yahoo.com>", "bugs": { "url": "https://github.com/flet/can-haz-package/issues" }, "devDependencies": { "standard": "*", "tap-nyan": "0.0.2", "tap-spec": "^4.0.2", "tape": "^4.0.0" }, "homepage": "https://github.com/flet/can-haz-package", "keywords": [ "can", "cheezburger", "haz", "inquirer", "name", "npm", "package", "shelljs", "valid", "validate", "validator" ], "license": "ISC", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/flet/can-haz-package.git" }, "scripts": { "test": "standard && tape test/*.js | tap-nyan" }, "dependencies": { "shelljs": "^0.5.1", "validate-npm-package-name": "^2.2.2" } }