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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "object-inspect@~1.6.0",
  3. "_id": "object-inspect@1.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-GJzfBZ6DgDAmnuaM3104jR4s1Myxr3Y3zfIyN4z3UdqN69oSRacNK8UhnobDdC+7J2AHCjGwxQubNJfE70SXXQ==",
  6. "_location": "/object-inspect",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object-inspect@~1.6.0",
  12. "name": "object-inspect",
  13. "escapedName": "object-inspect",
  14. "rawSpec": "~1.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.6.0"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract",
  20. "/tape"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.6.0.tgz",
  23. "_shasum": "c70b6cbf72f274aab4c34c0c82f5167bf82cf15b",
  24. "_spec": "object-inspect@~1.6.0",
  25. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\tape",
  26. "author": {
  27. "name": "James Halliday",
  28. "email": "mail@substack.net",
  29. "url": "http://substack.net"
  30. },
  31. "browser": {
  32. "./util.inspect.js": false
  33. },
  34. "bugs": {
  35. "url": "https://github.com/substack/object-inspect/issues"
  36. },
  37. "bundleDependencies": false,
  38. "deprecated": false,
  39. "description": "string representations of objects in node and the browser",
  40. "devDependencies": {
  41. "core-js": "^2.5.5",
  42. "nyc": "^10.3.2",
  43. "tape": "^4.9.0"
  44. },
  45. "homepage": "https://github.com/substack/object-inspect",
  46. "keywords": [
  47. "inspect",
  48. "util.inspect",
  49. "object",
  50. "stringify",
  51. "pretty"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "object-inspect",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/substack/object-inspect.git"
  59. },
  60. "scripts": {
  61. "coverage": "nyc npm run tests-only",
  62. "posttest": "npm run test:bigint",
  63. "pretests-only": "node test-core-js",
  64. "test": "npm run tests-only",
  65. "test:bigint": "node --harmony-bigint test/bigint",
  66. "tests-only": "tape test/*.js"
  67. },
  68. "testling": {
  69. "files": [
  70. "test/*.js",
  71. "test/browser/*.js"
  72. ],
  73. "browsers": [
  74. "ie/6..latest",
  75. "chrome/latest",
  76. "firefox/latest",
  77. "safari/latest",
  78. "opera/latest",
  79. "iphone/latest",
  80. "ipad/latest",
  81. "android/latest"
  82. ]
  83. },
  84. "version": "1.6.0"
  85. }