workplus-query-string
Version:
Parse and stringify URL
41 lines • 1.12 kB
JSON
{
"name": "workplus-query-string",
"version": "1.2.0",
"description": "Parse and stringify URL",
"main": "lib/workplus-query-string.js",
"jsnext:main": "lib/workplus-query-string.esm.js",
"scripts": {
"test": "ava test/index.js",
"pretest": "npm run build",
"build": "rollup -c",
"watch": "rollup -c -w",
"prepublish": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WorkPlusFE/workplus-query-string.git"
},
"keywords": [
"workplus",
"query string",
"url parse"
],
"author": "Hejx",
"license": "MIT",
"bugs": {
"url": "https://github.com/WorkPlusFE/workplus-query-string/issues"
},
"homepage": "https://github.com/WorkPlusFE/workplus-query-string#readme",
"devDependencies": {
"ava": "^0.17.0",
"rollup": "^0.36.4",
"babel-eslint": "^6.1.2",
"babel-plugin-external-helpers": "^6.8.0",
"babel-preset-es2015": "^6.13.2",
"babel-register": "^6.11.6",
"babelrc-rollup": "^3.0.0",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-istanbul": "^1.0.0",
"rollup-watch": "^2.5.0"
}
}