您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

92 行
2.3 KiB

3 年前
  1. {
  2. "_args": [
  3. [
  4. "fast-deep-equal@3.1.3",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "fast-deep-equal@3.1.3",
  10. "_id": "fast-deep-equal@3.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
  13. "_location": "/fast-deep-equal",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "fast-deep-equal@3.1.3",
  19. "name": "fast-deep-equal",
  20. "escapedName": "fast-deep-equal",
  21. "rawSpec": "3.1.3",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.3"
  24. },
  25. "_requiredBy": [
  26. "/ajv"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  29. "_spec": "3.1.3",
  30. "_where": "/home/ubuntu/etherpad-lite",
  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. }