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.

package.json 1.4KB

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