package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "isarray@2.0.5",
  5. "/usr/src"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "isarray@2.0.5",
  10. "_id": "isarray@2.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ivHkwSISRMxiRZ+vOJQNTmRKVyM=",
  13. "_location": "/qrcode/isarray",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "isarray@2.0.5",
  19. "name": "isarray",
  20. "escapedName": "isarray",
  21. "rawSpec": "2.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.5"
  24. },
  25. "_requiredBy": [
  26. "/qrcode"
  27. ],
  28. "_resolved": "https://na.artifactory.swg-devops.com:443/artifactory/api/npm/hyc-ba-npm-virtual/isarray/-/isarray-2.0.5.tgz?dl=https%3A%2F%2Fregistry.npmjs.org%2Fisarray%2F-%2Fisarray-2.0.5.tgz",
  29. "_spec": "2.0.5",
  30. "_where": "/usr/src",
  31. "author": {
  32. "name": "Julian Gruber",
  33. "email": "mail@juliangruber.com",
  34. "url": "http://juliangruber.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/juliangruber/isarray/issues"
  38. },
  39. "dependencies": {},
  40. "description": "Array#isArray for older browsers",
  41. "devDependencies": {
  42. "tape": "~2.13.4"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/juliangruber/isarray",
  48. "keywords": [
  49. "browser",
  50. "isarray",
  51. "array"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "isarray",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/juliangruber/isarray.git"
  59. },
  60. "scripts": {
  61. "test": "tape test.js"
  62. },
  63. "testling": {
  64. "files": "test.js",
  65. "browsers": [
  66. "ie/8..latest",
  67. "firefox/17..latest",
  68. "firefox/nightly",
  69. "chrome/22..latest",
  70. "chrome/canary",
  71. "opera/12..latest",
  72. "opera/next",
  73. "safari/5.1..latest",
  74. "ipad/6.0..latest",
  75. "iphone/6.0..latest",
  76. "android-browser/4.2..latest"
  77. ]
  78. },
  79. "version": "2.0.5"
  80. }