package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. {
  2. "_args": [
  3. [
  4. "is-plain-object@^2.0.3",
  5. "/home/seleznev/project Angular/Quality system/node_modules/set-value"
  6. ]
  7. ],
  8. "_from": "is-plain-object@>=2.0.3 <3.0.0",
  9. "_id": "is-plain-object@2.0.4",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/is-plain-object",
  13. "_nodeVersion": "7.7.3",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/is-plain-object-2.0.4.tgz_1499812869259_0.27965074591338634"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "5.2.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "is-plain-object",
  26. "raw": "is-plain-object@^2.0.3",
  27. "rawSpec": "^2.0.3",
  28. "scope": null,
  29. "spec": ">=2.0.3 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/extend-shallow/is-extendable",
  34. "/mixin-deep/is-extendable",
  35. "/set-value",
  36. "/union-value/set-value"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
  39. "_shasum": "2c163b3fafb1b606d9d17928f05c2a1c38e07677",
  40. "_shrinkwrap": null,
  41. "_spec": "is-plain-object@^2.0.3",
  42. "_where": "/home/seleznev/project Angular/Quality system/node_modules/set-value",
  43. "author": {
  44. "name": "Jon Schlinkert",
  45. "url": "https://github.com/jonschlinkert"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/jonschlinkert/is-plain-object/issues"
  49. },
  50. "contributors": [
  51. {
  52. "name": "Jon Schlinkert",
  53. "url": "http://twitter.com/jonschlinkert"
  54. },
  55. {
  56. "name": "Osman Nuri Okumuş",
  57. "url": "http://onokumus.com"
  58. },
  59. {
  60. "name": "Steven Vachon",
  61. "url": "https://svachon.com"
  62. },
  63. {
  64. "url": "https://github.com/wtgtybhertgeghgtwtg"
  65. }
  66. ],
  67. "dependencies": {
  68. "isobject": "^3.0.1"
  69. },
  70. "description": "Returns true if an object was created by the `Object` constructor.",
  71. "devDependencies": {
  72. "browserify": "^14.4.0",
  73. "chai": "^4.0.2",
  74. "gulp-format-md": "^1.0.0",
  75. "mocha": "^3.4.2",
  76. "mocha-phantomjs": "^4.1.0",
  77. "phantomjs": "^2.1.7",
  78. "uglify-js": "^3.0.24"
  79. },
  80. "directories": {},
  81. "dist": {
  82. "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
  83. "shasum": "2c163b3fafb1b606d9d17928f05c2a1c38e07677",
  84. "tarball": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz"
  85. },
  86. "engines": {
  87. "node": ">=0.10.0"
  88. },
  89. "files": [
  90. "index.d.ts",
  91. "index.js"
  92. ],
  93. "gitHead": "81345df0d1700a5c285f379cbdca0e273388910d",
  94. "homepage": "https://github.com/jonschlinkert/is-plain-object",
  95. "keywords": [
  96. "check",
  97. "is",
  98. "is-object",
  99. "isobject",
  100. "javascript",
  101. "kind",
  102. "kind-of",
  103. "object",
  104. "plain",
  105. "type",
  106. "typeof",
  107. "value"
  108. ],
  109. "license": "MIT",
  110. "main": "index.js",
  111. "maintainers": [
  112. {
  113. "name": "jonschlinkert",
  114. "email": "github@sellside.com"
  115. },
  116. {
  117. "name": "stevenvachon",
  118. "email": "contact@svachon.com"
  119. }
  120. ],
  121. "name": "is-plain-object",
  122. "optionalDependencies": {},
  123. "readme": "ERROR: No README data found!",
  124. "repository": {
  125. "type": "git",
  126. "url": "git+https://github.com/jonschlinkert/is-plain-object.git"
  127. },
  128. "scripts": {
  129. "browserify": "browserify index.js --standalone isPlainObject | uglifyjs --compress --mangle -o browser/is-plain-object.js",
  130. "test": "npm run test_node && npm run browserify && npm run test_browser",
  131. "test_browser": "mocha-phantomjs test/browser.html",
  132. "test_node": "mocha"
  133. },
  134. "types": "index.d.ts",
  135. "verb": {
  136. "layout": "default",
  137. "lint": {
  138. "reflinks": true
  139. },
  140. "plugins": [
  141. "gulp-format-md"
  142. ],
  143. "related": {
  144. "list": [
  145. "is-number",
  146. "isobject",
  147. "kind-of"
  148. ]
  149. },
  150. "tasks": [
  151. "readme"
  152. ],
  153. "toc": false
  154. },
  155. "version": "2.0.4"
  156. }