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.
 
 
 
 

94 regels
2.0 KiB

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