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

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "mimic-fn@^2.1.0",
  3. "_id": "mimic-fn@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
  6. "_location": "/mimic-fn",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mimic-fn@^2.1.0",
  12. "name": "mimic-fn",
  13. "escapedName": "mimic-fn",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/onetime"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
  22. "_shasum": "7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b",
  23. "_spec": "mimic-fn@^2.1.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/onetime",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/mimic-fn/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Make a function mimic another one",
  36. "devDependencies": {
  37. "ava": "^1.4.1",
  38. "tsd": "^0.7.1",
  39. "xo": "^0.24.0"
  40. },
  41. "engines": {
  42. "node": ">=6"
  43. },
  44. "files": [
  45. "index.js",
  46. "index.d.ts"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/mimic-fn#readme",
  49. "keywords": [
  50. "function",
  51. "mimic",
  52. "imitate",
  53. "rename",
  54. "copy",
  55. "inherit",
  56. "properties",
  57. "name",
  58. "func",
  59. "fn",
  60. "set",
  61. "infer",
  62. "change"
  63. ],
  64. "license": "MIT",
  65. "name": "mimic-fn",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/mimic-fn.git"
  69. },
  70. "scripts": {
  71. "test": "xo && ava && tsd"
  72. },
  73. "version": "2.1.0"
  74. }