package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "isobject@2.1.0",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "isobject@2.1.0",
  10. "_id": "isobject@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
  13. "_location": "/isobject",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "isobject@2.1.0",
  19. "name": "isobject",
  20. "escapedName": "isobject",
  21. "rawSpec": "2.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.0"
  24. },
  25. "_requiredBy": [
  26. "/fill-range"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
  29. "_spec": "2.1.0",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/isobject/issues"
  37. },
  38. "dependencies": {
  39. "isarray": "1.0.0"
  40. },
  41. "description": "Returns true if the value is an object and not an array or null.",
  42. "devDependencies": {
  43. "gulp-format-md": "^0.1.9",
  44. "mocha": "^2.4.5"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/jonschlinkert/isobject",
  53. "keywords": [
  54. "check",
  55. "is",
  56. "is-object",
  57. "isobject",
  58. "kind",
  59. "kind-of",
  60. "kindof",
  61. "native",
  62. "object",
  63. "type",
  64. "typeof",
  65. "value"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "isobject",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/jonschlinkert/isobject.git"
  73. },
  74. "scripts": {
  75. "test": "mocha"
  76. },
  77. "verb": {
  78. "related": {
  79. "list": [
  80. "merge-deep",
  81. "extend-shallow",
  82. "is-plain-object",
  83. "kind-of"
  84. ]
  85. },
  86. "toc": false,
  87. "layout": "default",
  88. "tasks": [
  89. "readme"
  90. ],
  91. "plugins": [
  92. "gulp-format-md"
  93. ],
  94. "lint": {
  95. "reflinks": true
  96. },
  97. "reflinks": [
  98. "verb"
  99. ]
  100. },
  101. "version": "2.1.0"
  102. }