package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "deep-eql@0.1.3",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "deep-eql@0.1.3",
  10. "_id": "deep-eql@0.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-6sEotTRGBFiNcqVoeHwnfopbSpi5NbH1VWJmYCVkmxMmaVTT0bUTrNaGyBwhgP4MZL012W/mkzIn3Da+iDYweg==",
  13. "_location": "/deep-eql",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "deep-eql@0.1.3",
  19. "name": "deep-eql",
  20. "escapedName": "deep-eql",
  21. "rawSpec": "0.1.3",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.3"
  24. },
  25. "_requiredBy": [
  26. "/chai-nightwatch"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-0.1.3.tgz",
  29. "_spec": "0.1.3",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Jake Luer",
  33. "email": "jake@alogicalparadox.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/chaijs/deep-eql/issues"
  37. },
  38. "dependencies": {
  39. "type-detect": "0.1.1"
  40. },
  41. "description": "Improved deep equality testing for Node.js and the browser.",
  42. "devDependencies": {
  43. "component": "*",
  44. "coveralls": "2.0.16",
  45. "jscoverage": "0.3.7",
  46. "karma": "0.10.x",
  47. "karma-mocha": "*",
  48. "mocha": "*",
  49. "mocha-lcov-reporter": "0.0.1",
  50. "simple-assert": "*"
  51. },
  52. "engines": {
  53. "node": "*"
  54. },
  55. "homepage": "https://github.com/chaijs/deep-eql#readme",
  56. "keywords": [
  57. "deep equal",
  58. "object equal",
  59. "testing",
  60. "chai util"
  61. ],
  62. "license": "MIT",
  63. "main": "./index",
  64. "name": "deep-eql",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+ssh://git@github.com/chaijs/deep-eql.git"
  68. },
  69. "scripts": {
  70. "test": "make test"
  71. },
  72. "version": "0.1.3"
  73. }