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

package.json 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "fast-deep-equal@^3.1.1",
  3. "_id": "fast-deep-equal@3.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  6. "_location": "/fast-deep-equal",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fast-deep-equal@^3.1.1",
  12. "name": "fast-deep-equal",
  13. "escapedName": "fast-deep-equal",
  14. "rawSpec": "^3.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.1"
  17. },
  18. "_requiredBy": [
  19. "/ajv"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  22. "_shasum": "3a7d56b559d6cbc3eb512325244e619a65c6c525",
  23. "_spec": "fast-deep-equal@^3.1.1",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/ajv",
  25. "author": {
  26. "name": "Evgeny Poberezkin"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/epoberezkin/fast-deep-equal/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Fast deep equal",
  34. "devDependencies": {
  35. "coveralls": "^3.1.0",
  36. "dot": "^1.1.2",
  37. "eslint": "^7.2.0",
  38. "mocha": "^7.2.0",
  39. "nyc": "^15.1.0",
  40. "pre-commit": "^1.2.2",
  41. "react": "^16.12.0",
  42. "react-test-renderer": "^16.12.0",
  43. "sinon": "^9.0.2",
  44. "typescript": "^3.9.5"
  45. },
  46. "files": [
  47. "index.js",
  48. "index.d.ts",
  49. "react.js",
  50. "react.d.ts",
  51. "es6/"
  52. ],
  53. "homepage": "https://github.com/epoberezkin/fast-deep-equal#readme",
  54. "keywords": [
  55. "fast",
  56. "equal",
  57. "deep-equal"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "fast-deep-equal",
  62. "nyc": {
  63. "exclude": [
  64. "**/spec/**",
  65. "node_modules"
  66. ],
  67. "reporter": [
  68. "lcov",
  69. "text-summary"
  70. ]
  71. },
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/epoberezkin/fast-deep-equal.git"
  75. },
  76. "scripts": {
  77. "benchmark": "npm i && npm run build && cd ./benchmark && npm i && node ./",
  78. "build": "node build",
  79. "eslint": "eslint *.js benchmark/*.js spec/*.js",
  80. "prepublish": "npm run build",
  81. "test": "npm run build && npm run eslint && npm run test-ts && npm run test-cov",
  82. "test-cov": "nyc npm run test-spec",
  83. "test-spec": "mocha spec/*.spec.js -R spec",
  84. "test-ts": "tsc --target ES5 --noImplicitAny index.d.ts"
  85. },
  86. "types": "index.d.ts",
  87. "version": "3.1.3"
  88. }