package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "to-array@0.1.4",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_from": "to-array@0.1.4",
  9. "_id": "to-array@0.1.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-LhVdShQD/4Mk4zXNroIQZJC+Ap3zgLcDuwEdcmLv9CCO73NWockQDwyUnW/m8VX/EElfL6FcYx7EeutN4HJA6A==",
  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.npmmirror.com/to-array/-/to-array-0.1.4.tgz",
  28. "_spec": "0.1.4",
  29. "_where": "/Users/mac/projects/mime/mine",
  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. }