bloom-layout
Version:
layout components used in bloom packages
67 lines (66 loc) • 1.81 kB
JSON
{
"_from": "querystringify@0.0.x",
"_id": "querystringify@0.0.4",
"_inBundle": false,
"_integrity": "sha1-DPf4T5Rj/wrlHExLFC2VvjdyTZw=",
"_location": "/querystringify",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "querystringify@0.0.x",
"name": "querystringify",
"escapedName": "querystringify",
"rawSpec": "0.0.x",
"saveSpec": null,
"fetchSpec": "0.0.x"
},
"_requiredBy": [
"/original/url-parse"
],
"_resolved": "https://registry.npmjs.org/querystringify/-/querystringify-0.0.4.tgz",
"_shasum": "0cf7f84f9463ff0ae51c4c4b142d95be37724d9c",
"_spec": "querystringify@0.0.x",
"_where": "/Users/katief/Desktop/IBN/vineyard/bloom-forms/example-form/node_modules/original/node_modules/url-parse",
"author": {
"name": "Arnout Kazemier"
},
"bugs": {
"url": "https://github.com/unshiftio/querystringify/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Querystringify - Small, simple but powerful query string parser.",
"devDependencies": {
"assume": "1.4.x",
"istanbul": "0.4.x",
"mocha": "2.4.x",
"pre-commit": "1.1.x"
},
"homepage": "https://github.com/unshiftio/querystringify",
"keywords": [
"query",
"string",
"query-string",
"querystring",
"qs",
"stringify",
"parse",
"decode",
"encode"
],
"license": "MIT",
"main": "index.js",
"name": "querystringify",
"repository": {
"type": "git",
"url": "git+https://github.com/unshiftio/querystringify.git"
},
"scripts": {
"coverage": "istanbul cover _mocha -- test.js",
"test": "mocha test.js",
"test-travis": "istanbul cover _mocha --report lcovonly -- test.js",
"watch": "mocha --watch test.js"
},
"version": "0.0.4"
}