package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_from": "boolbase@^1.0.0",
  3. "_id": "boolbase@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=",
  6. "_location": "/boolbase",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "boolbase@^1.0.0",
  12. "name": "boolbase",
  13. "escapedName": "boolbase",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/css-select",
  20. "/nth-check",
  21. "/renderkid/css-select",
  22. "/renderkid/nth-check"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
  25. "_shasum": "68dff5fbe60c51eb37725ea9e3ed310dcc1e776e",
  26. "_spec": "boolbase@^1.0.0",
  27. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\css-select",
  28. "author": {
  29. "name": "Felix Boehm",
  30. "email": "me@feedic.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/fb55/boolbase/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "two functions: One that returns true, one that returns false",
  38. "homepage": "https://github.com/fb55/boolbase",
  39. "keywords": [
  40. "boolean",
  41. "function"
  42. ],
  43. "license": "ISC",
  44. "main": "index.js",
  45. "name": "boolbase",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/fb55/boolbase.git"
  49. },
  50. "scripts": {
  51. "test": "echo \"Error: no test specified\" && exit 1"
  52. },
  53. "version": "1.0.0"
  54. }