Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

130 строки
3.1 KiB

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