package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "_args": [
  3. [
  4. "is-plain-object@2.0.4",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  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. "/cpx/extend-shallow/is-extendable",
  27. "/fined",
  28. "/liftoff",
  29. "/micromatch/is-extendable",
  30. "/mixin-deep/is-extendable",
  31. "/nanomatch/is-extendable",
  32. "/regex-not/is-extendable",
  33. "/set-value",
  34. "/split-string/is-extendable",
  35. "/to-regex/is-extendable"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
  38. "_spec": "2.0.4",
  39. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  40. "author": {
  41. "name": "Jon Schlinkert",
  42. "url": "https://github.com/jonschlinkert"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/jonschlinkert/is-plain-object/issues"
  46. },
  47. "contributors": [
  48. {
  49. "name": "Jon Schlinkert",
  50. "url": "http://twitter.com/jonschlinkert"
  51. },
  52. {
  53. "name": "Osman Nuri Okumuş",
  54. "url": "http://onokumus.com"
  55. },
  56. {
  57. "name": "Steven Vachon",
  58. "url": "https://svachon.com"
  59. },
  60. {
  61. "url": "https://github.com/wtgtybhertgeghgtwtg"
  62. }
  63. ],
  64. "dependencies": {
  65. "isobject": "^3.0.1"
  66. },
  67. "description": "Returns true if an object was created by the `Object` constructor.",
  68. "devDependencies": {
  69. "browserify": "^14.4.0",
  70. "chai": "^4.0.2",
  71. "gulp-format-md": "^1.0.0",
  72. "mocha": "^3.4.2",
  73. "mocha-phantomjs": "^4.1.0",
  74. "phantomjs": "^2.1.7",
  75. "uglify-js": "^3.0.24"
  76. },
  77. "engines": {
  78. "node": ">=0.10.0"
  79. },
  80. "files": [
  81. "index.d.ts",
  82. "index.js"
  83. ],
  84. "homepage": "https://github.com/jonschlinkert/is-plain-object",
  85. "keywords": [
  86. "check",
  87. "is",
  88. "is-object",
  89. "isobject",
  90. "javascript",
  91. "kind",
  92. "kind-of",
  93. "object",
  94. "plain",
  95. "type",
  96. "typeof",
  97. "value"
  98. ],
  99. "license": "MIT",
  100. "main": "index.js",
  101. "name": "is-plain-object",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/jonschlinkert/is-plain-object.git"
  105. },
  106. "scripts": {
  107. "browserify": "browserify index.js --standalone isPlainObject | uglifyjs --compress --mangle -o browser/is-plain-object.js",
  108. "test": "npm run test_node && npm run browserify && npm run test_browser",
  109. "test_browser": "mocha-phantomjs test/browser.html",
  110. "test_node": "mocha"
  111. },
  112. "types": "index.d.ts",
  113. "verb": {
  114. "toc": false,
  115. "layout": "default",
  116. "tasks": [
  117. "readme"
  118. ],
  119. "plugins": [
  120. "gulp-format-md"
  121. ],
  122. "related": {
  123. "list": [
  124. "is-number",
  125. "isobject",
  126. "kind-of"
  127. ]
  128. },
  129. "lint": {
  130. "reflinks": true
  131. }
  132. },
  133. "version": "2.0.4"
  134. }