UI for Zipcoin Blue

package.json 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "formidable@^1.2.0",
  3. "_id": "formidable@1.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Fs9VRguL0gqGHkXS5GQiMCr1VhZBxz0JnJs4JmMp/2jL18Fmbzvv7vOFRU+U8TBkHEE/CX1qDXzJplVULgsLeg==",
  6. "_location": "/formidable",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "formidable@^1.2.0",
  12. "name": "formidable",
  13. "escapedName": "formidable",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/superagent"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/formidable/-/formidable-1.2.1.tgz",
  22. "_shasum": "70fb7ca0290ee6ff961090415f4b3df3d2082659",
  23. "_spec": "formidable@^1.2.0",
  24. "_where": "/Users/clementO/Desktop/blueCoin-UI/node_modules/superagent",
  25. "bugs": {
  26. "url": "http://github.com/felixge/node-formidable/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {},
  30. "deprecated": false,
  31. "description": "A node.js module for parsing form data, especially file uploads.",
  32. "devDependencies": {
  33. "findit": "^0.1.2",
  34. "gently": "^0.8.0",
  35. "hashish": "^0.0.4",
  36. "request": "^2.11.4",
  37. "urun": "^0.0.6",
  38. "utest": "^0.0.8"
  39. },
  40. "directories": {
  41. "lib": "./lib"
  42. },
  43. "homepage": "https://github.com/felixge/node-formidable",
  44. "license": "MIT",
  45. "main": "./lib/index",
  46. "name": "formidable",
  47. "optionalDependencies": {},
  48. "repository": {
  49. "type": "git",
  50. "url": "git://github.com/felixge/node-formidable.git"
  51. },
  52. "scripts": {
  53. "clean": "rm test/tmp/*",
  54. "test": "node test/run.js"
  55. },
  56. "version": "1.2.1"
  57. }