package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "deep-is@0.1.4",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "deep-is@0.1.4",
  10. "_id": "deep-is@0.1.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
  13. "_location": "/deep-is",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "deep-is@0.1.4",
  19. "name": "deep-is",
  20. "escapedName": "deep-is",
  21. "rawSpec": "0.1.4",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.4"
  24. },
  25. "_requiredBy": [
  26. "/is2",
  27. "/optionator"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
  30. "_spec": "0.1.4",
  31. "_where": "E:\\2023\\5\\myjadmin",
  32. "author": {
  33. "name": "Thorsten Lorenz",
  34. "email": "thlorenz@gmx.de",
  35. "url": "http://thlorenz.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/thlorenz/deep-is/issues"
  39. },
  40. "description": "node's assert.deepEqual algorithm except for NaN being equal to NaN",
  41. "devDependencies": {
  42. "tape": "~1.0.2"
  43. },
  44. "directories": {
  45. "lib": ".",
  46. "example": "example",
  47. "test": "test"
  48. },
  49. "homepage": "https://github.com/thlorenz/deep-is#readme",
  50. "keywords": [
  51. "equality",
  52. "equal",
  53. "compare"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "deep-is",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+ssh://git@github.com/thlorenz/deep-is.git"
  61. },
  62. "scripts": {
  63. "test": "tape test/*.js"
  64. },
  65. "testling": {
  66. "files": "test/*.js",
  67. "browsers": {
  68. "ie": [
  69. 6,
  70. 7,
  71. 8,
  72. 9
  73. ],
  74. "ff": [
  75. 3.5,
  76. 10,
  77. 15
  78. ],
  79. "chrome": [
  80. 10,
  81. 22
  82. ],
  83. "safari": [
  84. 5.1
  85. ],
  86. "opera": [
  87. 12
  88. ]
  89. }
  90. },
  91. "version": "0.1.4"
  92. }