package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. "/node-html-parser/css-select",
  21. "/node-html-parser/nth-check",
  22. "/nth-check",
  23. "/renderkid/css-select",
  24. "/renderkid/nth-check"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
  27. "_shasum": "68dff5fbe60c51eb37725ea9e3ed310dcc1e776e",
  28. "_spec": "boolbase@^1.0.0",
  29. "_where": "H:\\gs_nuxt\\node_modules\\css-select",
  30. "author": {
  31. "name": "Felix Boehm",
  32. "email": "me@feedic.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/fb55/boolbase/issues"
  36. },
  37. "bundleDependencies": false,
  38. "deprecated": false,
  39. "description": "two functions: One that returns true, one that returns false",
  40. "homepage": "https://github.com/fb55/boolbase",
  41. "keywords": [
  42. "boolean",
  43. "function"
  44. ],
  45. "license": "ISC",
  46. "main": "index.js",
  47. "name": "boolbase",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/fb55/boolbase.git"
  51. },
  52. "scripts": {
  53. "test": "echo \"Error: no test specified\" && exit 1"
  54. },
  55. "version": "1.0.0"
  56. }