package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "isarray@0.0.1",
  6. "scope": null,
  7. "escapedName": "isarray",
  8. "name": "isarray",
  9. "rawSpec": "0.0.1",
  10. "spec": "0.0.1",
  11. "type": "version"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/readable-stream"
  14. ]
  15. ],
  16. "_from": "isarray@0.0.1",
  17. "_id": "isarray@0.0.1",
  18. "_inCache": true,
  19. "_location": "/isarray",
  20. "_npmUser": {
  21. "name": "juliangruber",
  22. "email": "julian@juliangruber.com"
  23. },
  24. "_npmVersion": "1.2.18",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "isarray@0.0.1",
  28. "scope": null,
  29. "escapedName": "isarray",
  30. "name": "isarray",
  31. "rawSpec": "0.0.1",
  32. "spec": "0.0.1",
  33. "type": "version"
  34. },
  35. "_requiredBy": [
  36. "/glob-stream/readable-stream",
  37. "/gulp-jsmin/readable-stream",
  38. "/readable-stream",
  39. "/vinyl-fs/readable-stream"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
  42. "_shasum": "8a18acfca9a8f4177e09abfc6038939b05d1eedf",
  43. "_shrinkwrap": null,
  44. "_spec": "isarray@0.0.1",
  45. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/readable-stream",
  46. "author": {
  47. "name": "Julian Gruber",
  48. "email": "mail@juliangruber.com",
  49. "url": "http://juliangruber.com"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/juliangruber/isarray/issues"
  53. },
  54. "dependencies": {},
  55. "description": "Array#isArray for older browsers",
  56. "devDependencies": {
  57. "tap": "*"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "8a18acfca9a8f4177e09abfc6038939b05d1eedf",
  62. "tarball": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz"
  63. },
  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": "tap test/*.js"
  87. },
  88. "version": "0.0.1"
  89. }