package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "deep-is@0.1.3",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "deep-is@0.1.3",
  10. "_id": "deep-is@0.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=",
  13. "_location": "/deep-is",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "deep-is@0.1.3",
  19. "name": "deep-is",
  20. "escapedName": "deep-is",
  21. "rawSpec": "0.1.3",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.3"
  24. },
  25. "_requiredBy": [
  26. "/eslint/optionator",
  27. "/optionator"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz",
  30. "_spec": "0.1.3",
  31. "_where": "E:\\item\\newItem\\admin",
  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": {
  56. "type": "MIT",
  57. "url": "https://github.com/thlorenz/deep-is/blob/master/LICENSE"
  58. },
  59. "main": "index.js",
  60. "name": "deep-is",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+ssh://git@github.com/thlorenz/deep-is.git"
  64. },
  65. "scripts": {
  66. "test": "tape test/*.js"
  67. },
  68. "testling": {
  69. "files": "test/*.js",
  70. "browsers": {
  71. "ie": [
  72. 6,
  73. 7,
  74. 8,
  75. 9
  76. ],
  77. "ff": [
  78. 3.5,
  79. 10,
  80. 15
  81. ],
  82. "chrome": [
  83. 10,
  84. 22
  85. ],
  86. "safari": [
  87. 5.1
  88. ],
  89. "opera": [
  90. 12
  91. ]
  92. }
  93. },
  94. "version": "0.1.3"
  95. }