项目原始demo,不改动
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Repozitorijs ir arhivēts. Tam var aplūkot failus un to var klonēt, bet nevar iesūtīt jaunas izmaiņas, kā arī atvērt jaunas problēmas/izmaiņu pieprasījumus.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "deep-equal@1.0.1",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "deep-equal@1.0.1",
  10. "_id": "deep-equal@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-9dJgKStmDghO/0zbyfCK0yR0SLU=",
  13. "_location": "/deep-equal",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "deep-equal@1.0.1",
  19. "name": "deep-equal",
  20. "escapedName": "deep-equal",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/bonjour"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "D:\\A易云\\YiYunJianZhu",
  31. "author": {
  32. "name": "James Halliday",
  33. "email": "mail@substack.net",
  34. "url": "http://substack.net"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/substack/node-deep-equal/issues"
  38. },
  39. "description": "node's assert.deepEqual algorithm",
  40. "devDependencies": {
  41. "tape": "^3.5.0"
  42. },
  43. "directories": {
  44. "lib": ".",
  45. "example": "example",
  46. "test": "test"
  47. },
  48. "homepage": "https://github.com/substack/node-deep-equal#readme",
  49. "keywords": [
  50. "equality",
  51. "equal",
  52. "compare"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "deep-equal",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+ssh://git@github.com/substack/node-deep-equal.git"
  60. },
  61. "scripts": {
  62. "test": "tape test/*.js"
  63. },
  64. "testling": {
  65. "files": "test/*.js",
  66. "browsers": {
  67. "ie": [
  68. 6,
  69. 7,
  70. 8,
  71. 9
  72. ],
  73. "ff": [
  74. 3.5,
  75. 10,
  76. 15
  77. ],
  78. "chrome": [
  79. 10,
  80. 22
  81. ],
  82. "safari": [
  83. 5.1
  84. ],
  85. "opera": [
  86. 12
  87. ]
  88. }
  89. },
  90. "version": "1.0.1"
  91. }