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

package.json 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. "fast-deep-equal@^3.1.1",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/ajv"
  6. ]
  7. ],
  8. "_from": "fast-deep-equal@>=3.1.1 <4.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "fast-deep-equal@3.1.3",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/fast-deep-equal",
  14. "_nodeVersion": "14.0.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/fast-deep-equal_3.1.3_1591601248371_0.8712300502707653"
  18. },
  19. "_npmUser": {
  20. "email": "e.poberezkin@me.com",
  21. "name": "esp"
  22. },
  23. "_npmVersion": "6.14.4",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "fast-deep-equal",
  27. "raw": "fast-deep-equal@^3.1.1",
  28. "rawSpec": "^3.1.1",
  29. "scope": null,
  30. "spec": ">=3.1.1 <4.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/ajv"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  37. "_shasum": "3a7d56b559d6cbc3eb512325244e619a65c6c525",
  38. "_shrinkwrap": null,
  39. "_spec": "fast-deep-equal@^3.1.1",
  40. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/ajv",
  41. "author": {
  42. "name": "Evgeny Poberezkin"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/epoberezkin/fast-deep-equal/issues"
  46. },
  47. "dependencies": {},
  48. "description": "Fast deep equal",
  49. "devDependencies": {
  50. "coveralls": "^3.1.0",
  51. "dot": "^1.1.2",
  52. "eslint": "^7.2.0",
  53. "mocha": "^7.2.0",
  54. "nyc": "^15.1.0",
  55. "pre-commit": "^1.2.2",
  56. "react": "^16.12.0",
  57. "react-test-renderer": "^16.12.0",
  58. "sinon": "^9.0.2",
  59. "typescript": "^3.9.5"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "fileCount": 11,
  64. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  65. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe3ehgCRA9TVsSAnZWagAAXoEP/AmAr6hbgGqa2L7/95pm\nB+wX1GaxB/Ynk4kSU4xeP3TGu9L72sqNhCf8Vj/WLl1XYPyJ0xA9betwXSIa\n+eE+Bd07xJAmaCM4Se583zgv4lifprYoKSCaSgGcXZ0Ay4yDxAeHLmrvELah\nNBnVM0eAJ/YxeVpwEemrh28mT5XDdq1HrXcbRq5ZnjTfth1oPvmEvfEoEtCc\nx/6NrH0tfyhPlbCt7XqpmJPJIYi4KPaDuaLbAhE+yKVzXtCfKsjf/eJVwfi/\n79sIhtQn8lINhbwbk0gs5PmFsxVIFllV6RPROa+iLLSV+MupLCoTWrmzzpx3\nJimUwaSKt4iPxsM3a/jvn73mODmqL2w4NNmyOJYmNj4Jx/ps+QjDnWJ8Vtqz\n0HEC/RnvP0M7HpObaOMeb12+xJY1PGnJqSDygMxVg9xT6WMEIoE4D55V8HSL\nyEQB9gNWpKjX2NAjolidqAYBc3XFplQrVPsXm5eg+Uvd+sbwolho8mMv3J4B\n0BVwcCcrxLgFOBxt+ZALNkcAb8MxkgU7Ptbcg+BZtqJV7FxSIXgRZW94kLXn\nMg+OorbUoGHPyGpRc8L3RGkfdXztpGdyjXHC5VDbkZHlw+1lyAQzQq7g090S\nkbQNT9BvcHpKIPaNvZsY1VjenDW5hupOCdyTfjP0HidwJkMN7OPPTWRNBfaW\nWqbw\r\n=uuzF\r\n-----END PGP SIGNATURE-----\r\n",
  66. "shasum": "3a7d56b559d6cbc3eb512325244e619a65c6c525",
  67. "tarball": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  68. "unpackedSize": 12966
  69. },
  70. "gitHead": "d807ffc5013e710deb1c63d463a03f729bcd144d",
  71. "homepage": "https://github.com/epoberezkin/fast-deep-equal#readme",
  72. "keywords": [
  73. "deep-equal",
  74. "equal",
  75. "fast"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "maintainers": [
  80. {
  81. "name": "esp",
  82. "email": "e.poberezkin@me.com"
  83. }
  84. ],
  85. "name": "fast-deep-equal",
  86. "nyc": {
  87. "exclude": [
  88. "**/spec/**",
  89. "node_modules"
  90. ],
  91. "reporter": [
  92. "lcov",
  93. "text-summary"
  94. ]
  95. },
  96. "optionalDependencies": {},
  97. "readme": "ERROR: No README data found!",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/epoberezkin/fast-deep-equal.git"
  101. },
  102. "scripts": {
  103. "benchmark": "npm i && npm run build && cd ./benchmark && npm i && node ./",
  104. "build": "node build",
  105. "eslint": "eslint *.js benchmark/*.js spec/*.js",
  106. "prepublish": "npm run build",
  107. "test": "npm run build && npm run eslint && npm run test-ts && npm run test-cov",
  108. "test-cov": "nyc npm run test-spec",
  109. "test-spec": "mocha spec/*.spec.js -R spec",
  110. "test-ts": "tsc --target ES5 --noImplicitAny index.d.ts"
  111. },
  112. "types": "index.d.ts",
  113. "version": "3.1.3"
  114. }