You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. "/optionator"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz",
  22. "_shasum": "b369d6fb5dbc13eecf524f91b070feedc357cf34",
  23. "_spec": "deep-is@~0.1.3",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\optionator",
  25. "author": {
  26. "name": "Thorsten Lorenz",
  27. "email": "thlorenz@gmx.de",
  28. "url": "http://thlorenz.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/thlorenz/deep-is/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "node's assert.deepEqual algorithm except for NaN being equal to NaN",
  36. "devDependencies": {
  37. "tape": "~1.0.2"
  38. },
  39. "directories": {
  40. "lib": ".",
  41. "example": "example",
  42. "test": "test"
  43. },
  44. "homepage": "https://github.com/thlorenz/deep-is#readme",
  45. "keywords": [
  46. "equality",
  47. "equal",
  48. "compare"
  49. ],
  50. "license": {
  51. "type": "MIT",
  52. "url": "https://github.com/thlorenz/deep-is/blob/master/LICENSE"
  53. },
  54. "main": "index.js",
  55. "name": "deep-is",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+ssh://git@github.com/thlorenz/deep-is.git"
  59. },
  60. "scripts": {
  61. "test": "tape test/*.js"
  62. },
  63. "testling": {
  64. "files": "test/*.js",
  65. "browsers": {
  66. "ie": [
  67. 6,
  68. 7,
  69. 8,
  70. 9
  71. ],
  72. "ff": [
  73. 3.5,
  74. 10,
  75. 15
  76. ],
  77. "chrome": [
  78. 10,
  79. 22
  80. ],
  81. "safari": [
  82. 5.1
  83. ],
  84. "opera": [
  85. 12
  86. ]
  87. }
  88. },
  89. "version": "0.1.3"
  90. }