package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "fast-deep-equal@3.1.3",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_from": "fast-deep-equal@3.1.3",
  9. "_id": "fast-deep-equal@3.1.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-On1WtVnWy8PrUSMlJE5hmmXGxSU=",
  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. ],
  27. "_resolved": "https://registry.nlark.com/fast-deep-equal/download/fast-deep-equal-3.1.3.tgz",
  28. "_spec": "3.1.3",
  29. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  30. "author": {
  31. "name": "Evgeny Poberezkin"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/epoberezkin/fast-deep-equal/issues"
  35. },
  36. "description": "Fast deep equal",
  37. "devDependencies": {
  38. "coveralls": "^3.1.0",
  39. "dot": "^1.1.2",
  40. "eslint": "^7.2.0",
  41. "mocha": "^7.2.0",
  42. "nyc": "^15.1.0",
  43. "pre-commit": "^1.2.2",
  44. "react": "^16.12.0",
  45. "react-test-renderer": "^16.12.0",
  46. "sinon": "^9.0.2",
  47. "typescript": "^3.9.5"
  48. },
  49. "files": [
  50. "index.js",
  51. "index.d.ts",
  52. "react.js",
  53. "react.d.ts",
  54. "es6/"
  55. ],
  56. "homepage": "https://github.com/epoberezkin/fast-deep-equal#readme",
  57. "keywords": [
  58. "fast",
  59. "equal",
  60. "deep-equal"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "fast-deep-equal",
  65. "nyc": {
  66. "exclude": [
  67. "**/spec/**",
  68. "node_modules"
  69. ],
  70. "reporter": [
  71. "lcov",
  72. "text-summary"
  73. ]
  74. },
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/epoberezkin/fast-deep-equal.git"
  78. },
  79. "scripts": {
  80. "benchmark": "npm i && npm run build && cd ./benchmark && npm i && node ./",
  81. "build": "node build",
  82. "eslint": "eslint *.js benchmark/*.js spec/*.js",
  83. "prepublish": "npm run build",
  84. "test": "npm run build && npm run eslint && npm run test-ts && npm run test-cov",
  85. "test-cov": "nyc npm run test-spec",
  86. "test-spec": "mocha spec/*.spec.js -R spec",
  87. "test-ts": "tsc --target ES5 --noImplicitAny index.d.ts"
  88. },
  89. "types": "index.d.ts",
  90. "version": "3.1.3"
  91. }