package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "isarray@1.0.0",
  6. "scope": null,
  7. "escapedName": "isarray",
  8. "name": "isarray",
  9. "rawSpec": "1.0.0",
  10. "spec": "1.0.0",
  11. "type": "version"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/isobject"
  14. ]
  15. ],
  16. "_from": "isarray@1.0.0",
  17. "_id": "isarray@1.0.0",
  18. "_inCache": true,
  19. "_location": "/isarray",
  20. "_nodeVersion": "5.1.0",
  21. "_npmUser": {
  22. "name": "juliangruber",
  23. "email": "julian@juliangruber.com"
  24. },
  25. "_npmVersion": "3.3.12",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "isarray@1.0.0",
  29. "scope": null,
  30. "escapedName": "isarray",
  31. "name": "isarray",
  32. "rawSpec": "1.0.0",
  33. "spec": "1.0.0",
  34. "type": "version"
  35. },
  36. "_requiredBy": [
  37. "/isobject",
  38. "/readable-stream"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
  41. "_shasum": "bb935d48582cba168c06834957a54a3e07124f11",
  42. "_shrinkwrap": null,
  43. "_spec": "isarray@1.0.0",
  44. "_where": "/home/robert/workspace/xmlrpc/node_modules/isobject",
  45. "author": {
  46. "name": "Julian Gruber",
  47. "email": "mail@juliangruber.com",
  48. "url": "http://juliangruber.com"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/juliangruber/isarray/issues"
  52. },
  53. "dependencies": {},
  54. "description": "Array#isArray for older browsers",
  55. "devDependencies": {
  56. "tape": "~2.13.4"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "bb935d48582cba168c06834957a54a3e07124f11",
  61. "tarball": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz"
  62. },
  63. "gitHead": "2a23a281f369e9ae06394c0fb4d2381355a6ba33",
  64. "homepage": "https://github.com/juliangruber/isarray",
  65. "keywords": [
  66. "browser",
  67. "isarray",
  68. "array"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "maintainers": [
  73. {
  74. "name": "juliangruber",
  75. "email": "julian@juliangruber.com"
  76. }
  77. ],
  78. "name": "isarray",
  79. "optionalDependencies": {},
  80. "readme": "ERROR: No README data found!",
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/juliangruber/isarray.git"
  84. },
  85. "scripts": {
  86. "test": "tape test.js"
  87. },
  88. "testling": {
  89. "files": "test.js",
  90. "browsers": [
  91. "ie/8..latest",
  92. "firefox/17..latest",
  93. "firefox/nightly",
  94. "chrome/22..latest",
  95. "chrome/canary",
  96. "opera/12..latest",
  97. "opera/next",
  98. "safari/5.1..latest",
  99. "ipad/6.0..latest",
  100. "iphone/6.0..latest",
  101. "android-browser/4.2..latest"
  102. ]
  103. },
  104. "version": "1.0.0"
  105. }