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.

147 lines
3.2 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "has-value@^1.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/cache-base"
  6. ]
  7. ],
  8. "_from": "has-value@>=1.0.0 <2.0.0",
  9. "_id": "has-value@1.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/has-value",
  13. "_nodeVersion": "7.7.3",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/has-value-1.0.0.tgz_1495221082986_0.06325704883784056"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "4.6.1",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "has-value",
  26. "raw": "has-value@^1.0.0",
  27. "rawSpec": "^1.0.0",
  28. "scope": null,
  29. "spec": ">=1.0.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/cache-base"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz",
  36. "_shasum": "18b281da585b1c5c51def24c930ed29a0be6b177",
  37. "_shrinkwrap": null,
  38. "_spec": "has-value@^1.0.0",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/cache-base",
  40. "author": {
  41. "name": "Jon Schlinkert",
  42. "url": "https://github.com/jonschlinkert"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/jonschlinkert/has-value/issues"
  46. },
  47. "contributors": [
  48. {
  49. "name": "Jon Schlinkert",
  50. "url": "http://twitter.com/jonschlinkert"
  51. },
  52. {
  53. "name": "Ryan M Harrison",
  54. "url": "https://linkedin.com/in/harrisonrm"
  55. }
  56. ],
  57. "dependencies": {
  58. "get-value": "^2.0.6",
  59. "has-values": "^1.0.0",
  60. "isobject": "^3.0.0"
  61. },
  62. "description": "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.",
  63. "devDependencies": {
  64. "gulp-format-md": "^0.1.12",
  65. "mocha": "^3.4.1"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "shasum": "18b281da585b1c5c51def24c930ed29a0be6b177",
  70. "tarball": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz"
  71. },
  72. "engines": {
  73. "node": ">=0.10.0"
  74. },
  75. "files": [
  76. "index.js"
  77. ],
  78. "gitHead": "61b5671a48ac40206eb33b4ea75dc2507168d687",
  79. "homepage": "https://github.com/jonschlinkert/has-value",
  80. "keywords": [
  81. "array",
  82. "boolean",
  83. "empty",
  84. "find",
  85. "function",
  86. "has",
  87. "hasOwn",
  88. "javascript",
  89. "js",
  90. "key",
  91. "keys",
  92. "node.js",
  93. "null",
  94. "number",
  95. "object",
  96. "properties",
  97. "property",
  98. "string",
  99. "type",
  100. "util",
  101. "utilities",
  102. "utility",
  103. "value"
  104. ],
  105. "license": "MIT",
  106. "main": "index.js",
  107. "maintainers": [
  108. {
  109. "name": "jonschlinkert",
  110. "email": "github@sellside.com"
  111. }
  112. ],
  113. "name": "has-value",
  114. "optionalDependencies": {},
  115. "readme": "ERROR: No README data found!",
  116. "repository": {
  117. "type": "git",
  118. "url": "git+https://github.com/jonschlinkert/has-value.git"
  119. },
  120. "scripts": {
  121. "test": "mocha"
  122. },
  123. "verb": {
  124. "layout": "default",
  125. "lint": {
  126. "reflinks": true
  127. },
  128. "plugins": [
  129. "gulp-format-md"
  130. ],
  131. "reflinks": [],
  132. "related": {
  133. "list": [
  134. "define-property",
  135. "get-value",
  136. "set-value",
  137. "unset-value"
  138. ]
  139. },
  140. "run": true,
  141. "tasks": [
  142. "readme"
  143. ],
  144. "toc": false
  145. },
  146. "version": "1.0.0"
  147. }