package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "fast-deep-equal@3.1.3",
  5. "E:\\item\\newItem\\admin"
  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. "/@eslint/eslintrc/ajv",
  26. "/ajv",
  27. "/ajv-formats/ajv",
  28. "/bonjour-service",
  29. "/compression-webpack-plugin/ajv",
  30. "/vue-puzzle-vcode/ajv",
  31. "/vue-puzzle-vcode/ajv-keywords"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  34. "_spec": "3.1.3",
  35. "_where": "E:\\item\\newItem\\admin",
  36. "author": {
  37. "name": "Evgeny Poberezkin"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/epoberezkin/fast-deep-equal/issues"
  41. },
  42. "description": "Fast deep equal",
  43. "devDependencies": {
  44. "coveralls": "^3.1.0",
  45. "dot": "^1.1.2",
  46. "eslint": "^7.2.0",
  47. "mocha": "^7.2.0",
  48. "nyc": "^15.1.0",
  49. "pre-commit": "^1.2.2",
  50. "react": "^16.12.0",
  51. "react-test-renderer": "^16.12.0",
  52. "sinon": "^9.0.2",
  53. "typescript": "^3.9.5"
  54. },
  55. "files": [
  56. "index.js",
  57. "index.d.ts",
  58. "react.js",
  59. "react.d.ts",
  60. "es6/"
  61. ],
  62. "homepage": "https://github.com/epoberezkin/fast-deep-equal#readme",
  63. "keywords": [
  64. "fast",
  65. "equal",
  66. "deep-equal"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "fast-deep-equal",
  71. "nyc": {
  72. "exclude": [
  73. "**/spec/**",
  74. "node_modules"
  75. ],
  76. "reporter": [
  77. "lcov",
  78. "text-summary"
  79. ]
  80. },
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/epoberezkin/fast-deep-equal.git"
  84. },
  85. "scripts": {
  86. "benchmark": "npm i && npm run build && cd ./benchmark && npm i && node ./",
  87. "build": "node build",
  88. "eslint": "eslint *.js benchmark/*.js spec/*.js",
  89. "prepublish": "npm run build",
  90. "test": "npm run build && npm run eslint && npm run test-ts && npm run test-cov",
  91. "test-cov": "nyc npm run test-spec",
  92. "test-spec": "mocha spec/*.spec.js -R spec",
  93. "test-ts": "tsc --target ES5 --noImplicitAny index.d.ts"
  94. },
  95. "types": "index.d.ts",
  96. "version": "3.1.3"
  97. }