package.json 3.0 KB

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