package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "deep-is@^0.1.3",
  3. "_id": "deep-is@0.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=",
  6. "_location": "/deep-is",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "deep-is@^0.1.3",
  12. "name": "deep-is",
  13. "escapedName": "deep-is",
  14. "rawSpec": "^0.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.3"
  17. },
  18. "_requiredBy": [
  19. "/escodegen/optionator",
  20. "/optionator"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz",
  23. "_shasum": "b369d6fb5dbc13eecf524f91b070feedc357cf34",
  24. "_spec": "deep-is@^0.1.3",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\optionator",
  26. "author": {
  27. "name": "Thorsten Lorenz",
  28. "email": "thlorenz@gmx.de",
  29. "url": "http://thlorenz.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/thlorenz/deep-is/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "node's assert.deepEqual algorithm except for NaN being equal to NaN",
  37. "devDependencies": {
  38. "tape": "~1.0.2"
  39. },
  40. "directories": {
  41. "lib": ".",
  42. "example": "example",
  43. "test": "test"
  44. },
  45. "homepage": "https://github.com/thlorenz/deep-is#readme",
  46. "keywords": [
  47. "equality",
  48. "equal",
  49. "compare"
  50. ],
  51. "license": {
  52. "type": "MIT",
  53. "url": "https://github.com/thlorenz/deep-is/blob/master/LICENSE"
  54. },
  55. "main": "index.js",
  56. "name": "deep-is",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+ssh://git@github.com/thlorenz/deep-is.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": "0.1.3"
  91. }