package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_from": "is-plain-object@^2.0.4",
  3. "_id": "is-plain-object@2.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
  6. "_location": "/is-plain-object",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-plain-object@^2.0.4",
  12. "name": "is-plain-object",
  13. "escapedName": "is-plain-object",
  14. "rawSpec": "^2.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.4"
  17. },
  18. "_requiredBy": [
  19. "/clone-deep",
  20. "/http-proxy-middleware/is-extendable",
  21. "/mixin-deep/is-extendable",
  22. "/nanomatch/is-extendable",
  23. "/regex-not/is-extendable",
  24. "/set-value",
  25. "/split-string/is-extendable",
  26. "/to-regex/is-extendable",
  27. "/watchpack-chokidar2/is-extendable",
  28. "/webpack-dev-server/is-extendable",
  29. "/webpack/is-extendable"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/is-plain-object/-/is-plain-object-2.0.4.tgz",
  32. "_shasum": "2c163b3fafb1b606d9d17928f05c2a1c38e07677",
  33. "_spec": "is-plain-object@^2.0.4",
  34. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\clone-deep",
  35. "author": {
  36. "name": "Jon Schlinkert",
  37. "url": "https://github.com/jonschlinkert"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/jonschlinkert/is-plain-object/issues"
  41. },
  42. "bundleDependencies": false,
  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. "deprecated": false,
  64. "description": "Returns true if an object was created by the `Object` constructor.",
  65. "devDependencies": {
  66. "browserify": "^14.4.0",
  67. "chai": "^4.0.2",
  68. "gulp-format-md": "^1.0.0",
  69. "mocha": "^3.4.2",
  70. "mocha-phantomjs": "^4.1.0",
  71. "phantomjs": "^2.1.7",
  72. "uglify-js": "^3.0.24"
  73. },
  74. "engines": {
  75. "node": ">=0.10.0"
  76. },
  77. "files": [
  78. "index.d.ts",
  79. "index.js"
  80. ],
  81. "homepage": "https://github.com/jonschlinkert/is-plain-object",
  82. "keywords": [
  83. "check",
  84. "is",
  85. "is-object",
  86. "isobject",
  87. "javascript",
  88. "kind",
  89. "kind-of",
  90. "object",
  91. "plain",
  92. "type",
  93. "typeof",
  94. "value"
  95. ],
  96. "license": "MIT",
  97. "main": "index.js",
  98. "name": "is-plain-object",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/jonschlinkert/is-plain-object.git"
  102. },
  103. "scripts": {
  104. "browserify": "browserify index.js --standalone isPlainObject | uglifyjs --compress --mangle -o browser/is-plain-object.js",
  105. "test": "npm run test_node && npm run browserify && npm run test_browser",
  106. "test_browser": "mocha-phantomjs test/browser.html",
  107. "test_node": "mocha"
  108. },
  109. "types": "index.d.ts",
  110. "verb": {
  111. "toc": false,
  112. "layout": "default",
  113. "tasks": [
  114. "readme"
  115. ],
  116. "plugins": [
  117. "gulp-format-md"
  118. ],
  119. "related": {
  120. "list": [
  121. "is-number",
  122. "isobject",
  123. "kind-of"
  124. ]
  125. },
  126. "lint": {
  127. "reflinks": true
  128. }
  129. },
  130. "version": "2.0.4"
  131. }