package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_args": [
  3. [
  4. "boolbase@1.0.0",
  5. "F:\\cocorobo\\CocoRoboDesktop\\node"
  6. ]
  7. ],
  8. "_from": "boolbase@1.0.0",
  9. "_id": "boolbase@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
  12. "_location": "/boolbase",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "boolbase@1.0.0",
  18. "name": "boolbase",
  19. "escapedName": "boolbase",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/css-select",
  26. "/nth-check"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "F:\\cocorobo\\CocoRoboDesktop\\node",
  31. "author": {
  32. "name": "Felix Boehm",
  33. "email": "me@feedic.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/fb55/boolbase/issues"
  37. },
  38. "description": "two functions: One that returns true, one that returns false",
  39. "homepage": "https://github.com/fb55/boolbase",
  40. "keywords": [
  41. "boolean",
  42. "function"
  43. ],
  44. "license": "ISC",
  45. "main": "index.js",
  46. "name": "boolbase",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/fb55/boolbase.git"
  50. },
  51. "scripts": {
  52. "test": "echo \"Error: no test specified\" && exit 1"
  53. },
  54. "version": "1.0.0"
  55. }