package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "formidable",
  5. "/Users/baidu/github/wangEditor2"
  6. ]
  7. ],
  8. "_from": "formidable@*",
  9. "_id": "formidable@1.0.17",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/formidable",
  13. "_npmUser": {
  14. "email": "felix@debuggable.com",
  15. "name": "felixge"
  16. },
  17. "_npmVersion": "1.4.3",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "formidable",
  21. "raw": "formidable",
  22. "rawSpec": "",
  23. "scope": null,
  24. "spec": "*",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "#USER"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/formidable/-/formidable-1.0.17.tgz",
  31. "_shasum": "ef5491490f9433b705faa77249c99029ae348559",
  32. "_shrinkwrap": null,
  33. "_spec": "formidable",
  34. "_where": "/Users/baidu/github/wangEditor2",
  35. "bugs": {
  36. "url": "http://github.com/felixge/node-formidable/issues"
  37. },
  38. "dependencies": {},
  39. "description": "A node.js module for parsing form data, especially file uploads.",
  40. "devDependencies": {
  41. "findit": "0.1.1",
  42. "gently": "0.8.0",
  43. "hashish": "0.0.4",
  44. "request": "~2.11.4",
  45. "urun": "~0.0.6",
  46. "utest": "0.0.3"
  47. },
  48. "directories": {
  49. "lib": "./lib"
  50. },
  51. "dist": {
  52. "shasum": "ef5491490f9433b705faa77249c99029ae348559",
  53. "tarball": "http://registry.npmjs.org/formidable/-/formidable-1.0.17.tgz"
  54. },
  55. "engines": {
  56. "node": ">=0.8.0"
  57. },
  58. "homepage": "https://github.com/felixge/node-formidable",
  59. "main": "./lib/index",
  60. "maintainers": [
  61. {
  62. "name": "felixge",
  63. "email": "felix@debuggable.com"
  64. },
  65. {
  66. "name": "svnlto",
  67. "email": "me@svenlito.com"
  68. },
  69. {
  70. "name": "superjoe",
  71. "email": "superjoe30@gmail.com"
  72. },
  73. {
  74. "name": "tim-smart",
  75. "email": "tim@fostle.com"
  76. }
  77. ],
  78. "name": "formidable",
  79. "optionalDependencies": {},
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/felixge/node-formidable.git"
  83. },
  84. "scripts": {
  85. "clean": "rm test/tmp/*",
  86. "test": "node test/run.js"
  87. },
  88. "version": "1.0.17"
  89. }