package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "boolean@^3.0.1",
  3. "_id": "boolean@3.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw==",
  6. "_location": "/boolean",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "boolean@^3.0.1",
  12. "name": "boolean",
  13. "escapedName": "boolean",
  14. "rawSpec": "^3.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.1"
  17. },
  18. "_requiredBy": [
  19. "/global-agent",
  20. "/roarr"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/boolean/-/boolean-3.2.0.tgz",
  23. "_shasum": "9e5294af4e98314494cbb17979fa54ca159f116b",
  24. "_spec": "boolean@^3.0.1",
  25. "_where": "C:\\Users\\LvKun\\Desktop\\offline-pdf-app\\node_modules\\global-agent",
  26. "bugs": {
  27. "url": "https://github.com/thenativeweb/boolean/issues"
  28. },
  29. "bundleDependencies": false,
  30. "contributors": [
  31. {
  32. "name": "Golo Roden",
  33. "email": "golo.roden@thenativeweb.io"
  34. },
  35. {
  36. "name": "Matthias Wagler",
  37. "email": "matthias.wagler@thenativeweb.io"
  38. },
  39. {
  40. "name": "Ryan Smith",
  41. "email": "ryan.smith@ht2labs.com"
  42. },
  43. {
  44. "name": "Thomas Schaaf",
  45. "email": "schaaf@komola.de"
  46. },
  47. {
  48. "name": "Sebastian Mares",
  49. "email": "camil.sebastian@mares.email"
  50. }
  51. ],
  52. "dependencies": {},
  53. "deprecated": false,
  54. "description": "boolean converts lots of things to boolean.",
  55. "devDependencies": {
  56. "assertthat": "6.4.0",
  57. "roboter": "12.7.0",
  58. "semantic-release-configuration": "2.0.7"
  59. },
  60. "homepage": "https://github.com/thenativeweb/boolean#readme",
  61. "keywords": [
  62. "boolean",
  63. "parser"
  64. ],
  65. "license": "MIT",
  66. "main": "build/lib/index.js",
  67. "name": "boolean",
  68. "private": false,
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/thenativeweb/boolean.git"
  72. },
  73. "scripts": {},
  74. "types": "build/lib/index.d.ts",
  75. "version": "3.2.0"
  76. }