Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_from": "isobject@^4.0.0",
  3. "_id": "isobject@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA==",
  6. "_location": "/isobject",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "isobject@^4.0.0",
  12. "name": "isobject",
  13. "escapedName": "isobject",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/cordova-create"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/isobject/-/isobject-4.0.0.tgz",
  22. "_shasum": "3f1c9155e73b192022a80819bacd0343711697b0",
  23. "_spec": "isobject@^4.0.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/cordova-create",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/isobject/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "url": "https://github.com/LeSuisse"
  36. },
  37. {
  38. "name": "Brian Woodward",
  39. "url": "https://twitter.com/doowb"
  40. },
  41. {
  42. "name": "Jon Schlinkert",
  43. "url": "http://twitter.com/jonschlinkert"
  44. },
  45. {
  46. "name": "Magnús Dæhlen",
  47. "url": "https://github.com/magnudae"
  48. },
  49. {
  50. "name": "Tom MacWright",
  51. "url": "https://macwright.org"
  52. }
  53. ],
  54. "dependencies": {},
  55. "deprecated": false,
  56. "description": "Returns true if the value is an object and not an array or null.",
  57. "devDependencies": {
  58. "esm": "^3.2.22",
  59. "gulp-format-md": "^0.1.9",
  60. "mocha": "^2.4.5",
  61. "rollup": "^1.10.1"
  62. },
  63. "engines": {
  64. "node": ">=0.10.0"
  65. },
  66. "files": [
  67. "index.d.ts",
  68. "index.cjs.js",
  69. "index.js"
  70. ],
  71. "homepage": "https://github.com/jonschlinkert/isobject",
  72. "keywords": [
  73. "check",
  74. "is",
  75. "is-object",
  76. "isobject",
  77. "kind",
  78. "kind-of",
  79. "kindof",
  80. "native",
  81. "object",
  82. "type",
  83. "typeof",
  84. "value"
  85. ],
  86. "license": "MIT",
  87. "main": "index.cjs.js",
  88. "module": "index.js",
  89. "name": "isobject",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/jonschlinkert/isobject.git"
  93. },
  94. "scripts": {
  95. "build": "rollup -i index.js -o index.cjs.js -f cjs",
  96. "prepublish": "npm run build",
  97. "test": "mocha -r esm"
  98. },
  99. "types": "index.d.ts",
  100. "verb": {
  101. "related": {
  102. "list": [
  103. "extend-shallow",
  104. "is-plain-object",
  105. "kind-of",
  106. "merge-deep"
  107. ]
  108. },
  109. "toc": false,
  110. "layout": "default",
  111. "tasks": [
  112. "readme"
  113. ],
  114. "plugins": [
  115. "gulp-format-md"
  116. ],
  117. "lint": {
  118. "reflinks": true
  119. },
  120. "reflinks": [
  121. "verb"
  122. ]
  123. },
  124. "version": "4.0.0"
  125. }