package.json 2.4 KB

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