package.json 2.3 KB

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