package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "isarray@0.0.1",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/readable-stream"
  6. ]
  7. ],
  8. "_from": "isarray@0.0.1",
  9. "_id": "isarray@0.0.1",
  10. "_inCache": true,
  11. "_location": "/isarray",
  12. "_npmUser": {
  13. "email": "julian@juliangruber.com",
  14. "name": "juliangruber"
  15. },
  16. "_npmVersion": "1.2.18",
  17. "_phantomChildren": {},
  18. "_requested": {
  19. "name": "isarray",
  20. "raw": "isarray@0.0.1",
  21. "rawSpec": "0.0.1",
  22. "scope": null,
  23. "spec": "0.0.1",
  24. "type": "version"
  25. },
  26. "_requiredBy": [
  27. "/readable-stream"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
  30. "_shasum": "8a18acfca9a8f4177e09abfc6038939b05d1eedf",
  31. "_shrinkwrap": null,
  32. "_spec": "isarray@0.0.1",
  33. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/readable-stream",
  34. "author": {
  35. "email": "mail@juliangruber.com",
  36. "name": "Julian Gruber",
  37. "url": "http://juliangruber.com"
  38. },
  39. "dependencies": {},
  40. "description": "Array#isArray for older browsers",
  41. "devDependencies": {
  42. "tap": "*"
  43. },
  44. "directories": {},
  45. "dist": {
  46. "shasum": "8a18acfca9a8f4177e09abfc6038939b05d1eedf",
  47. "tarball": "http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz"
  48. },
  49. "homepage": "https://github.com/juliangruber/isarray",
  50. "installable": true,
  51. "keywords": [
  52. "array",
  53. "browser",
  54. "isarray"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "maintainers": [
  59. {
  60. "name": "juliangruber",
  61. "email": "julian@juliangruber.com"
  62. }
  63. ],
  64. "name": "isarray",
  65. "optionalDependencies": {},
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/juliangruber/isarray.git"
  69. },
  70. "scripts": {
  71. "test": "tap test/*.js"
  72. },
  73. "version": "0.0.1"
  74. }