package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_args": [
  3. [
  4. "append-field@1.0.0",
  5. "/home/asmer/work/alvl/mockbacks/shop"
  6. ]
  7. ],
  8. "_from": "append-field@1.0.0",
  9. "_id": "append-field@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-HjRA6RXwsSA9I3SOeO3XubW0PlY=",
  12. "_location": "/append-field",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "append-field@1.0.0",
  18. "name": "append-field",
  19. "escapedName": "append-field",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/multer"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/append-field/-/append-field-1.0.0.tgz",
  28. "_spec": "1.0.0",
  29. "_where": "/home/asmer/work/alvl/mockbacks/shop",
  30. "author": {
  31. "name": "Linus Unnebäck",
  32. "email": "linus@folkdatorn.se"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/LinusU/node-append-field/issues"
  36. },
  37. "description": "A [W3C HTML JSON forms spec](http://www.w3.org/TR/html-json-forms/) compliant field appender (for lack of a better name). Useful for people implementing `application/x-www-form-urlencoded` and `multipart/form-data` parsers.",
  38. "devDependencies": {
  39. "mocha": "^2.2.4",
  40. "standard": "^6.0.5",
  41. "testdata-w3c-json-form": "^0.2.0"
  42. },
  43. "homepage": "https://github.com/LinusU/node-append-field#readme",
  44. "license": "MIT",
  45. "main": "index.js",
  46. "name": "append-field",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+ssh://git@github.com/LinusU/node-append-field.git"
  50. },
  51. "scripts": {
  52. "test": "standard && mocha"
  53. },
  54. "version": "1.0.0"
  55. }