package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "eyes@0.1.x",
  6. "scope": null,
  7. "escapedName": "eyes",
  8. "name": "eyes",
  9. "rawSpec": "0.1.x",
  10. "spec": ">=0.1.0 <0.2.0",
  11. "type": "range"
  12. },
  13. "/Applications/MAMP/htdocs/wechat_read/node_modules/winston"
  14. ]
  15. ],
  16. "_from": "eyes@>=0.1.0 <0.2.0",
  17. "_id": "eyes@0.1.8",
  18. "_inCache": true,
  19. "_location": "/eyes",
  20. "_npmUser": {
  21. "name": "indexzero",
  22. "email": "charlie.robbins@gmail.com"
  23. },
  24. "_npmVersion": "1.1.53",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "eyes@0.1.x",
  28. "scope": null,
  29. "escapedName": "eyes",
  30. "name": "eyes",
  31. "rawSpec": "0.1.x",
  32. "spec": ">=0.1.0 <0.2.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/winston"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz",
  39. "_shasum": "62cf120234c683785d902348a800ef3e0cc20bc0",
  40. "_shrinkwrap": null,
  41. "_spec": "eyes@0.1.x",
  42. "_where": "/Applications/MAMP/htdocs/wechat_read/node_modules/winston",
  43. "author": {
  44. "name": "Alexis Sellier",
  45. "email": "self@cloudhead.net"
  46. },
  47. "contributors": [
  48. {
  49. "name": "Charlie Robbins",
  50. "email": "charlie@nodejitsu.com"
  51. }
  52. ],
  53. "dependencies": {},
  54. "description": "a customizable value inspector",
  55. "devDependencies": {},
  56. "directories": {
  57. "lib": "./lib",
  58. "test": "./test"
  59. },
  60. "dist": {
  61. "shasum": "62cf120234c683785d902348a800ef3e0cc20bc0",
  62. "tarball": "https://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz"
  63. },
  64. "engines": {
  65. "node": "> 0.1.90"
  66. },
  67. "keywords": [
  68. "inspector",
  69. "debug",
  70. "inspect",
  71. "print"
  72. ],
  73. "licenses": [
  74. "MIT"
  75. ],
  76. "main": "./lib/eyes",
  77. "maintainers": [
  78. {
  79. "name": "cloudhead",
  80. "email": "self@cloudhead.net"
  81. },
  82. {
  83. "name": "indexzero",
  84. "email": "charlie.robbins@gmail.com"
  85. }
  86. ],
  87. "name": "eyes",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "scripts": {
  91. "test": "node test/*-test.js"
  92. },
  93. "url": "http://github.com/cloudhead/eyes.js",
  94. "version": "0.1.8"
  95. }