package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_args": [
  3. [
  4. "is-plain-object@2.0.4",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-plain-object@2.0.4",
  10. "_id": "is-plain-object@2.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
  13. "_location": "/is-plain-object",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-plain-object@2.0.4",
  19. "name": "is-plain-object",
  20. "escapedName": "is-plain-object",
  21. "rawSpec": "2.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.4"
  24. },
  25. "_requiredBy": [
  26. "/extend-shallow/is-extendable",
  27. "/fined",
  28. "/liftoff",
  29. "/mixin-deep/is-extendable",
  30. "/set-value",
  31. "/union-value/set-value"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
  34. "_spec": "2.0.4",
  35. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  36. "author": {
  37. "name": "Jon Schlinkert",
  38. "url": "https://github.com/jonschlinkert"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/jonschlinkert/is-plain-object/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Jon Schlinkert",
  46. "url": "http://twitter.com/jonschlinkert"
  47. },
  48. {
  49. "name": "Osman Nuri Okumuş",
  50. "url": "http://onokumus.com"
  51. },
  52. {
  53. "name": "Steven Vachon",
  54. "url": "https://svachon.com"
  55. },
  56. {
  57. "url": "https://github.com/wtgtybhertgeghgtwtg"
  58. }
  59. ],
  60. "dependencies": {
  61. "isobject": "^3.0.1"
  62. },
  63. "description": "Returns true if an object was created by the `Object` constructor.",
  64. "devDependencies": {
  65. "browserify": "^14.4.0",
  66. "chai": "^4.0.2",
  67. "gulp-format-md": "^1.0.0",
  68. "mocha": "^3.4.2",
  69. "mocha-phantomjs": "^4.1.0",
  70. "phantomjs": "^2.1.7",
  71. "uglify-js": "^3.0.24"
  72. },
  73. "engines": {
  74. "node": ">=0.10.0"
  75. },
  76. "files": [
  77. "index.d.ts",
  78. "index.js"
  79. ],
  80. "homepage": "https://github.com/jonschlinkert/is-plain-object",
  81. "keywords": [
  82. "check",
  83. "is",
  84. "is-object",
  85. "isobject",
  86. "javascript",
  87. "kind",
  88. "kind-of",
  89. "object",
  90. "plain",
  91. "type",
  92. "typeof",
  93. "value"
  94. ],
  95. "license": "MIT",
  96. "main": "index.js",
  97. "name": "is-plain-object",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/jonschlinkert/is-plain-object.git"
  101. },
  102. "scripts": {
  103. "browserify": "browserify index.js --standalone isPlainObject | uglifyjs --compress --mangle -o browser/is-plain-object.js",
  104. "test": "npm run test_node && npm run browserify && npm run test_browser",
  105. "test_browser": "mocha-phantomjs test/browser.html",
  106. "test_node": "mocha"
  107. },
  108. "types": "index.d.ts",
  109. "verb": {
  110. "toc": false,
  111. "layout": "default",
  112. "tasks": [
  113. "readme"
  114. ],
  115. "plugins": [
  116. "gulp-format-md"
  117. ],
  118. "related": {
  119. "list": [
  120. "is-number",
  121. "isobject",
  122. "kind-of"
  123. ]
  124. },
  125. "lint": {
  126. "reflinks": true
  127. }
  128. },
  129. "version": "2.0.4"
  130. }