You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

84 lines
2.2 KiB

  1. {
  2. "_args": [
  3. [
  4. "to-array@0.1.3",
  5. "C:\\Users\\esanvin\\Desktop\\multi\\NodeServer\\node_modules\\socket.io-client"
  6. ]
  7. ],
  8. "_from": "to-array@0.1.3",
  9. "_id": "to-array@0.1.3",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/to-array",
  13. "_npmUser": {
  14. "email": "raynos2@gmail.com",
  15. "name": "raynos"
  16. },
  17. "_npmVersion": "1.1.49",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "to-array",
  21. "raw": "to-array@0.1.3",
  22. "rawSpec": "0.1.3",
  23. "scope": null,
  24. "spec": "0.1.3",
  25. "type": "version"
  26. },
  27. "_requiredBy": [
  28. "/socket.io-client"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/to-array/-/to-array-0.1.3.tgz",
  31. "_shasum": "d45dadc6363417f60f28474fea50ecddbb4f4991",
  32. "_shrinkwrap": null,
  33. "_spec": "to-array@0.1.3",
  34. "_where": "C:\\Users\\esanvin\\Desktop\\multi\\NodeServer\\node_modules\\socket.io-client",
  35. "author": {
  36. "email": "raynos2@gmail.com",
  37. "name": "Raynos"
  38. },
  39. "bugs": {
  40. "email": "raynos2@gmail.com",
  41. "url": "https://github.com/Raynos/to-array/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Jake Verbaten"
  46. }
  47. ],
  48. "dependencies": {},
  49. "description": "Turn an array like into an array",
  50. "devDependencies": {
  51. "tap": "~0.3.1"
  52. },
  53. "directories": {},
  54. "dist": {
  55. "shasum": "d45dadc6363417f60f28474fea50ecddbb4f4991",
  56. "tarball": "http://registry.npmjs.org/to-array/-/to-array-0.1.3.tgz"
  57. },
  58. "homepage": "https://github.com/Raynos/to-array",
  59. "keywords": [],
  60. "licenses": [
  61. {
  62. "type": "MIT",
  63. "url": "http://github.com/Raynos/to-array/raw/master/LICENSE"
  64. }
  65. ],
  66. "main": "index",
  67. "maintainers": [
  68. {
  69. "email": "raynos2@gmail.com",
  70. "name": "raynos"
  71. }
  72. ],
  73. "name": "to-array",
  74. "optionalDependencies": {},
  75. "readme": "# to-array\n\nTurn an array like into an array\n\n## Example\n\n``` js\nvar toArray = require(\"to-array\")\n , elems = document.links\n\nvar array = toArray(elems)\n```\n\n## Installation\n\n`npm install to-array`\n\n## Contributors\n\n - Raynos\n\n## MIT Licenced\n",
  76. "repository": {
  77. "type": "git",
  78. "url": "git://github.com/Raynos/to-array.git"
  79. },
  80. "scripts": {
  81. "test": "tap --stderr --tap ./test"
  82. },
  83. "version": "0.1.3"
  84. }