package.json 1.6 KB
{
  "_from": "append-field@^0.1.0",
  "_id": "append-field@0.1.0",
  "_inBundle": false,
  "_integrity": "sha1-bdxY+gg8e8VF08WZWygwzCNm1Eo=",
  "_location": "/append-field",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "append-field@^0.1.0",
    "name": "append-field",
    "escapedName": "append-field",
    "rawSpec": "^0.1.0",
    "saveSpec": null,
    "fetchSpec": "^0.1.0"
  },
  "_requiredBy": [
    "/multer"
  ],
  "_resolved": "https://registry.npmjs.org/append-field/-/append-field-0.1.0.tgz",
  "_shasum": "6ddc58fa083c7bc545d3c5995b2830cc2366d44a",
  "_spec": "append-field@^0.1.0",
  "_where": "/Users/fzy/project/3mang/node_modules/multer",
  "author": {
    "name": "Linus Unnebäck",
    "email": "linus@folkdatorn.se"
  },
  "bugs": {
    "url": "https://github.com/LinusU/node-append-field/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "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.",
  "devDependencies": {
    "mocha": "^2.2.4",
    "standard": "^3.7.2",
    "testdata-w3c-json-form": "^0.2.0"
  },
  "homepage": "https://github.com/LinusU/node-append-field#readme",
  "license": "MIT",
  "main": "index.js",
  "name": "append-field",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/LinusU/node-append-field.git"
  },
  "scripts": {
    "test": "standard && mocha"
  },
  "version": "0.1.0"
}