You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
767 B

1 month ago
  1. {
  2. "name": "boolbase",
  3. "version": "1.0.0",
  4. "description": "two functions: One that returns true, one that returns false",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/fb55/boolbase"
  12. },
  13. "keywords": [
  14. "boolean",
  15. "function"
  16. ],
  17. "author": "Felix Boehm <me@feedic.com>",
  18. "license": "ISC",
  19. "bugs": {
  20. "url": "https://github.com/fb55/boolbase/issues"
  21. },
  22. "homepage": "https://github.com/fb55/boolbase"
  23. ,"_resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz"
  24. ,"_integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww=="
  25. ,"_from": "boolbase@1.0.0"
  26. }