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

package.json 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_from": "objectorarray@^1.0.3",
  3. "_id": "objectorarray@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-kPoflSYkAf/Onvjr4ZLaq37vDuOXjVzfwLCRuORRzYGdXkHa/vacPT0RgR+KmtkwOYFcxTMM62BRrZk8GGKHjw==",
  6. "_location": "/objectorarray",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "objectorarray@^1.0.3",
  12. "name": "objectorarray",
  13. "escapedName": "objectorarray",
  14. "rawSpec": "^1.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.3"
  17. },
  18. "_requiredBy": [
  19. "/endent"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/objectorarray/-/objectorarray-1.0.3.tgz",
  22. "_shasum": "d2a2de9097c06a48d7d77264fd71406519e7c772",
  23. "_spec": "objectorarray@^1.0.3",
  24. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\test\\node_modules\\endent",
  25. "author": {
  26. "name": "zhouhancheng",
  27. "email": "z308114274@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/ZhouHansen/objectnotnull/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "tape": "^4.8.0"
  35. },
  36. "deprecated": false,
  37. "description": "Is the value an object or an array but not null?",
  38. "homepage": "https://github.com/ZhouHansen/objectnotnull#readme",
  39. "keywords": [
  40. "javascript"
  41. ],
  42. "license": "ISC",
  43. "main": "dist/index.js",
  44. "name": "objectorarray",
  45. "repository": {
  46. "type": "git",
  47. "url": "git+https://github.com/ZhouHansen/objectnotnull.git"
  48. },
  49. "scripts": {
  50. "test": "tape test.js"
  51. },
  52. "version": "1.0.3"
  53. }