You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.5 KiB
61 lines
1.5 KiB
4 years ago
|
{
|
||
|
"_from": "form-serialize",
|
||
|
"_id": "form-serialize@0.7.2",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-sKL/DCICb7bT0VydM/beakMuRzI=",
|
||
|
"_location": "/form-serialize",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "tag",
|
||
|
"registry": true,
|
||
|
"raw": "form-serialize",
|
||
|
"name": "form-serialize",
|
||
|
"escapedName": "form-serialize",
|
||
|
"rawSpec": "",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "latest"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"#USER",
|
||
|
"/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/form-serialize/-/form-serialize-0.7.2.tgz",
|
||
|
"_shasum": "b0a2ff0c22026fb6d3d15c9d33f6de6a432e4732",
|
||
|
"_spec": "form-serialize",
|
||
|
"_where": "/home/herrhase/Workspace/tentakelfabrik/board",
|
||
|
"author": {
|
||
|
"name": "Roman Shtylman",
|
||
|
"email": "shtylman@gmail.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/shtylman/form-serialize/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "serialize html forms",
|
||
|
"devDependencies": {
|
||
|
"domify": "~1.4.0",
|
||
|
"zuul": "~3.10.1"
|
||
|
},
|
||
|
"directories": {
|
||
|
"test": "test"
|
||
|
},
|
||
|
"homepage": "https://github.com/shtylman/form-serialize#readme",
|
||
|
"keywords": [
|
||
|
"form",
|
||
|
"serialize"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "form-serialize",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/shtylman/form-serialize.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "zuul -- test/index.js",
|
||
|
"test-local": "zuul --local -- test/index.js"
|
||
|
},
|
||
|
"version": "0.7.2"
|
||
|
}
|