package.json 2.9 KB

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