package.json 1.4 KB

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