package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_from": "append-field@^1.0.0",
  3. "_id": "append-field@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-HjRA6RXwsSA9I3SOeO3XubW0PlY=",
  6. "_location": "/append-field",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "append-field@^1.0.0",
  12. "name": "append-field",
  13. "escapedName": "append-field",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/multer"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/append-field/-/append-field-1.0.0.tgz",
  22. "_shasum": "1e3440e915f0b1203d23748e78edd7b9b5b43e56",
  23. "_spec": "append-field@^1.0.0",
  24. "_where": "C:\\socket\\chatroom-myclient\\node_modules\\multer",
  25. "author": {
  26. "name": "Linus Unnebäck",
  27. "email": "linus@folkdatorn.se"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/LinusU/node-append-field/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "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.",
  35. "devDependencies": {
  36. "mocha": "^2.2.4",
  37. "standard": "^6.0.5",
  38. "testdata-w3c-json-form": "^0.2.0"
  39. },
  40. "homepage": "https://github.com/LinusU/node-append-field#readme",
  41. "license": "MIT",
  42. "main": "index.js",
  43. "name": "append-field",
  44. "repository": {
  45. "type": "git",
  46. "url": "git+ssh://git@github.com/LinusU/node-append-field.git"
  47. },
  48. "scripts": {
  49. "test": "standard && mocha"
  50. },
  51. "version": "1.0.0"
  52. }