package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "to-array@0.1.4",
  3. "_id": "to-array@0.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-F+bBH3PdTz10zaek/zI46a2b+JA=",
  6. "_location": "/to-array",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "to-array@0.1.4",
  12. "name": "to-array",
  13. "escapedName": "to-array",
  14. "rawSpec": "0.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "0.1.4"
  17. },
  18. "_requiredBy": [
  19. "/socket.io-client",
  20. "/socket.io/socket.io-client"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz",
  23. "_shasum": "17e6c11f73dd4f3d74cda7a4ff3238e9ad9bf890",
  24. "_spec": "to-array@0.1.4",
  25. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/socket.io-client",
  26. "author": {
  27. "name": "Raynos",
  28. "email": "raynos2@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/Raynos/to-array/issues",
  32. "email": "raynos2@gmail.com"
  33. },
  34. "bundleDependencies": false,
  35. "component": {
  36. "scripts": {
  37. "to-array/index.js": "index.js"
  38. }
  39. },
  40. "contributors": [
  41. {
  42. "name": "Jake Verbaten"
  43. }
  44. ],
  45. "dependencies": {},
  46. "deprecated": false,
  47. "description": "Turn an array like into an array",
  48. "devDependencies": {
  49. "tap": "~0.3.1"
  50. },
  51. "homepage": "https://github.com/Raynos/to-array",
  52. "keywords": [],
  53. "licenses": [
  54. {
  55. "type": "MIT",
  56. "url": "http://github.com/Raynos/to-array/raw/master/LICENSE"
  57. }
  58. ],
  59. "main": "index",
  60. "name": "to-array",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/Raynos/to-array.git"
  64. },
  65. "scripts": {
  66. "test": "tap --stderr --tap ./test"
  67. },
  68. "version": "0.1.4"
  69. }