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.

155 lines
3.8 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "is-plain-object@^2.0.4",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/is-extendable"
  6. ]
  7. ],
  8. "_from": "is-plain-object@>=2.0.4 <3.0.0",
  9. "_id": "is-plain-object@2.0.4",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/is-plain-object",
  13. "_nodeVersion": "7.7.3",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/is-plain-object-2.0.4.tgz_1499812869259_0.27965074591338634"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "5.2.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "is-plain-object",
  26. "raw": "is-plain-object@^2.0.4",
  27. "rawSpec": "^2.0.4",
  28. "scope": null,
  29. "spec": ">=2.0.4 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/clone-deep",
  34. "/is-extendable",
  35. "/set-value"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
  38. "_shasum": "2c163b3fafb1b606d9d17928f05c2a1c38e07677",
  39. "_shrinkwrap": null,
  40. "_spec": "is-plain-object@^2.0.4",
  41. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/is-extendable",
  42. "author": {
  43. "name": "Jon Schlinkert",
  44. "url": "https://github.com/jonschlinkert"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/jonschlinkert/is-plain-object/issues"
  48. },
  49. "contributors": [
  50. {
  51. "name": "Jon Schlinkert",
  52. "url": "http://twitter.com/jonschlinkert"
  53. },
  54. {
  55. "name": "Osman Nuri Okumuş",
  56. "url": "http://onokumus.com"
  57. },
  58. {
  59. "name": "Steven Vachon",
  60. "url": "https://svachon.com"
  61. },
  62. {
  63. "url": "https://github.com/wtgtybhertgeghgtwtg"
  64. }
  65. ],
  66. "dependencies": {
  67. "isobject": "^3.0.1"
  68. },
  69. "description": "Returns true if an object was created by the `Object` constructor.",
  70. "devDependencies": {
  71. "browserify": "^14.4.0",
  72. "chai": "^4.0.2",
  73. "gulp-format-md": "^1.0.0",
  74. "mocha": "^3.4.2",
  75. "mocha-phantomjs": "^4.1.0",
  76. "phantomjs": "^2.1.7",
  77. "uglify-js": "^3.0.24"
  78. },
  79. "directories": {},
  80. "dist": {
  81. "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
  82. "shasum": "2c163b3fafb1b606d9d17928f05c2a1c38e07677",
  83. "tarball": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz"
  84. },
  85. "engines": {
  86. "node": ">=0.10.0"
  87. },
  88. "files": [
  89. "index.d.ts",
  90. "index.js"
  91. ],
  92. "gitHead": "81345df0d1700a5c285f379cbdca0e273388910d",
  93. "homepage": "https://github.com/jonschlinkert/is-plain-object",
  94. "keywords": [
  95. "check",
  96. "is",
  97. "is-object",
  98. "isobject",
  99. "javascript",
  100. "kind",
  101. "kind-of",
  102. "object",
  103. "plain",
  104. "type",
  105. "typeof",
  106. "value"
  107. ],
  108. "license": "MIT",
  109. "main": "index.js",
  110. "maintainers": [
  111. {
  112. "name": "jonschlinkert",
  113. "email": "github@sellside.com"
  114. },
  115. {
  116. "name": "stevenvachon",
  117. "email": "contact@svachon.com"
  118. }
  119. ],
  120. "name": "is-plain-object",
  121. "optionalDependencies": {},
  122. "readme": "ERROR: No README data found!",
  123. "repository": {
  124. "type": "git",
  125. "url": "git+https://github.com/jonschlinkert/is-plain-object.git"
  126. },
  127. "scripts": {
  128. "browserify": "browserify index.js --standalone isPlainObject | uglifyjs --compress --mangle -o browser/is-plain-object.js",
  129. "test": "npm run test_node && npm run browserify && npm run test_browser",
  130. "test_browser": "mocha-phantomjs test/browser.html",
  131. "test_node": "mocha"
  132. },
  133. "types": "index.d.ts",
  134. "verb": {
  135. "layout": "default",
  136. "lint": {
  137. "reflinks": true
  138. },
  139. "plugins": [
  140. "gulp-format-md"
  141. ],
  142. "related": {
  143. "list": [
  144. "is-number",
  145. "isobject",
  146. "kind-of"
  147. ]
  148. },
  149. "tasks": [
  150. "readme"
  151. ],
  152. "toc": false
  153. },
  154. "version": "2.0.4"
  155. }