1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 02:42:48 +00:00
Files
mywebsite/node_modules/append-field/package.json

77 lines
2.2 KiB
JSON

{
"_args": [
[
"append-field@^0.1.0",
"/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/multer"
]
],
"_from": "append-field@>=0.1.0 <0.2.0",
"_id": "append-field@0.1.0",
"_inCache": true,
"_installable": true,
"_location": "/append-field",
"_nodeVersion": "0.12.2",
"_npmUser": {
"email": "linus@folkdatorn.se",
"name": "linusu"
},
"_npmVersion": "2.7.5",
"_phantomChildren": {},
"_requested": {
"name": "append-field",
"raw": "append-field@^0.1.0",
"rawSpec": "^0.1.0",
"scope": null,
"spec": ">=0.1.0 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/multer"
],
"_resolved": "https://registry.npmjs.org/append-field/-/append-field-0.1.0.tgz",
"_shasum": "6ddc58fa083c7bc545d3c5995b2830cc2366d44a",
"_shrinkwrap": null,
"_spec": "append-field@^0.1.0",
"_where": "/home/mitchell/Desktop/test-mywebsite/mywebsite/node_modules/multer",
"author": {
"email": "linus@folkdatorn.se",
"name": "Linus Unnebäck"
},
"bugs": {
"url": "https://github.com/LinusU/node-append-field/issues"
},
"dependencies": {},
"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"
},
"directories": {},
"dist": {
"shasum": "6ddc58fa083c7bc545d3c5995b2830cc2366d44a",
"tarball": "http://registry.npmjs.org/append-field/-/append-field-0.1.0.tgz"
},
"gitHead": "b88c9cc6a37273956843422ca2d384bd55b44b08",
"homepage": "https://github.com/LinusU/node-append-field",
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "linusu",
"email": "linus@folkdatorn.se"
}
],
"name": "append-field",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/LinusU/node-append-field.git"
},
"scripts": {
"test": "standard && mocha"
},
"version": "0.1.0"
}