package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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. "/data/feimat/test_yali/liveserver/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-stress-test/socket.io-client",
  37. "/socket.io-client"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz",
  40. "_shasum": "17e6c11f73dd4f3d74cda7a4ff3238e9ad9bf890",
  41. "_shrinkwrap": null,
  42. "_spec": "to-array@0.1.4",
  43. "_where": "/data/feimat/test_yali/liveserver/node_modules/socket.io-client",
  44. "author": {
  45. "name": "Raynos",
  46. "email": "raynos2@gmail.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/Raynos/to-array/issues",
  50. "email": "raynos2@gmail.com"
  51. },
  52. "component": {
  53. "scripts": {
  54. "to-array/index.js": "index.js"
  55. }
  56. },
  57. "contributors": [
  58. {
  59. "name": "Jake Verbaten"
  60. }
  61. ],
  62. "dependencies": {},
  63. "description": "Turn an array like into an array",
  64. "devDependencies": {
  65. "tap": "~0.3.1"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "shasum": "17e6c11f73dd4f3d74cda7a4ff3238e9ad9bf890",
  70. "tarball": "https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz"
  71. },
  72. "homepage": "https://github.com/Raynos/to-array",
  73. "keywords": [],
  74. "licenses": [
  75. {
  76. "type": "MIT",
  77. "url": "http://github.com/Raynos/to-array/raw/master/LICENSE"
  78. }
  79. ],
  80. "main": "index",
  81. "maintainers": [
  82. {
  83. "name": "raynos",
  84. "email": "raynos2@gmail.com"
  85. }
  86. ],
  87. "name": "to-array",
  88. "optionalDependencies": {},
  89. "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",
  90. "readmeFilename": "README.md",
  91. "repository": {
  92. "type": "git",
  93. "url": "git://github.com/Raynos/to-array.git"
  94. },
  95. "scripts": {
  96. "test": "tap --stderr --tap ./test"
  97. },
  98. "version": "0.1.4"
  99. }