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.

98 lines
2.5 KiB

8 years ago
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "to-array@0.1.4",
  6. "scope": null,
  7. "escapedName": "to-array",
  8. "name": "to-array",
  9. "rawSpec": "0.1.4",
  10. "spec": "0.1.4",
  11. "type": "version"
  12. },
  13. "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/socket.io-client"
  14. ]
  15. ],
  16. "_from": "to-array@0.1.4",
  17. "_id": "to-array@0.1.4",
  18. "_inCache": true,
  19. "_location": "/to-array",
  20. "_npmUser": {
  21. "name": "raynos",
  22. "email": "raynos2@gmail.com"
  23. },
  24. "_npmVersion": "1.3.1",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "to-array@0.1.4",
  28. "scope": null,
  29. "escapedName": "to-array",
  30. "name": "to-array",
  31. "rawSpec": "0.1.4",
  32. "spec": "0.1.4",
  33. "type": "version"
  34. },
  35. "_requiredBy": [
  36. "/socket.io-client"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz",
  39. "_shasum": "17e6c11f73dd4f3d74cda7a4ff3238e9ad9bf890",
  40. "_shrinkwrap": null,
  41. "_spec": "to-array@0.1.4",
  42. "_where": "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/socket.io-client",
  43. "author": {
  44. "name": "Raynos",
  45. "email": "raynos2@gmail.com"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/Raynos/to-array/issues",
  49. "email": "raynos2@gmail.com"
  50. },
  51. "component": {
  52. "scripts": {
  53. "to-array/index.js": "index.js"
  54. }
  55. },
  56. "contributors": [
  57. {
  58. "name": "Jake Verbaten"
  59. }
  60. ],
  61. "dependencies": {},
  62. "description": "Turn an array like into an array",
  63. "devDependencies": {
  64. "tap": "~0.3.1"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "shasum": "17e6c11f73dd4f3d74cda7a4ff3238e9ad9bf890",
  69. "tarball": "https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz"
  70. },
  71. "homepage": "https://github.com/Raynos/to-array",
  72. "keywords": [],
  73. "licenses": [
  74. {
  75. "type": "MIT",
  76. "url": "http://github.com/Raynos/to-array/raw/master/LICENSE"
  77. }
  78. ],
  79. "main": "index",
  80. "maintainers": [
  81. {
  82. "name": "raynos",
  83. "email": "raynos2@gmail.com"
  84. }
  85. ],
  86. "name": "to-array",
  87. "optionalDependencies": {},
  88. "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",
  89. "readmeFilename": "README.md",
  90. "repository": {
  91. "type": "git",
  92. "url": "git://github.com/Raynos/to-array.git"
  93. },
  94. "scripts": {
  95. "test": "tap --stderr --tap ./test"
  96. },
  97. "version": "0.1.4"
  98. }