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.

125 lines
2.9 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "is-plain-object@2.0.4",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  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. "/clone-deep"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/is-plain-object/-/is-plain-object-2.0.4.tgz",
  29. "_spec": "2.0.4",
  30. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/is-plain-object/issues"
  37. },
  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. "description": "Returns true if an object was created by the `Object` constructor.",
  59. "devDependencies": {
  60. "browserify": "^14.4.0",
  61. "chai": "^4.0.2",
  62. "gulp-format-md": "^1.0.0",
  63. "mocha": "^3.4.2",
  64. "mocha-phantomjs": "^4.1.0",
  65. "phantomjs": "^2.1.7",
  66. "uglify-js": "^3.0.24"
  67. },
  68. "engines": {
  69. "node": ">=0.10.0"
  70. },
  71. "files": [
  72. "index.d.ts",
  73. "index.js"
  74. ],
  75. "homepage": "https://github.com/jonschlinkert/is-plain-object",
  76. "keywords": [
  77. "check",
  78. "is",
  79. "is-object",
  80. "isobject",
  81. "javascript",
  82. "kind",
  83. "kind-of",
  84. "object",
  85. "plain",
  86. "type",
  87. "typeof",
  88. "value"
  89. ],
  90. "license": "MIT",
  91. "main": "index.js",
  92. "name": "is-plain-object",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/jonschlinkert/is-plain-object.git"
  96. },
  97. "scripts": {
  98. "browserify": "browserify index.js --standalone isPlainObject | uglifyjs --compress --mangle -o browser/is-plain-object.js",
  99. "test": "npm run test_node && npm run browserify && npm run test_browser",
  100. "test_browser": "mocha-phantomjs test/browser.html",
  101. "test_node": "mocha"
  102. },
  103. "types": "index.d.ts",
  104. "verb": {
  105. "toc": false,
  106. "layout": "default",
  107. "tasks": [
  108. "readme"
  109. ],
  110. "plugins": [
  111. "gulp-format-md"
  112. ],
  113. "related": {
  114. "list": [
  115. "is-number",
  116. "isobject",
  117. "kind-of"
  118. ]
  119. },
  120. "lint": {
  121. "reflinks": true
  122. }
  123. },
  124. "version": "2.0.4"
  125. }