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.

71 lines
1.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "to-array@0.1.4",
  5. "/home/guest/socket"
  6. ]
  7. ],
  8. "_from": "to-array@0.1.4",
  9. "_id": "to-array@0.1.4",
  10. "_inBundle": false,
  11. "_integrity": "sha1-F+bBH3PdTz10zaek/zI46a2b+JA=",
  12. "_location": "/to-array",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "to-array@0.1.4",
  18. "name": "to-array",
  19. "escapedName": "to-array",
  20. "rawSpec": "0.1.4",
  21. "saveSpec": null,
  22. "fetchSpec": "0.1.4"
  23. },
  24. "_requiredBy": [
  25. "/socket.io-client"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz",
  28. "_spec": "0.1.4",
  29. "_where": "/home/guest/socket",
  30. "author": {
  31. "name": "Raynos",
  32. "email": "raynos2@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/Raynos/to-array/issues",
  36. "email": "raynos2@gmail.com"
  37. },
  38. "component": {
  39. "scripts": {
  40. "to-array/index.js": "index.js"
  41. }
  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. "homepage": "https://github.com/Raynos/to-array",
  54. "keywords": [],
  55. "licenses": [
  56. {
  57. "type": "MIT",
  58. "url": "http://github.com/Raynos/to-array/raw/master/LICENSE"
  59. }
  60. ],
  61. "main": "index",
  62. "name": "to-array",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/Raynos/to-array.git"
  66. },
  67. "scripts": {
  68. "test": "tap --stderr --tap ./test"
  69. },
  70. "version": "0.1.4"
  71. }