UNPKG

@jskit/qs

Version:
73 lines (72 loc) 2.14 kB
{ "name": "@jskit/qs", "version": "0.0.12", "description": "query-string", "main": "lib/index.js", "files": [ "./README.md", "lib" ], "scripts": { "benchmark": "npm test && node benchmark", "prebuild": "rm -rf lib", "build": "./node_modules/.bin/babel src -d lib --ignore __test__", "prepublish": "npm run build", "test": "npm run build & jest --no-cache" }, "repository": { "type": "git", "url": "git+https://github.com/jskit/shared.git" }, "keywords": [ "query-string", "qs", "jskit" ], "author": "cloudyan <1395093509@qq.com>", "license": "MIT", "bugs": { "url": "https://github.com/jskit/shared/issues" }, "homepage": "https://github.com/jskit/shared#readme", "jest": { "verbose": true, "notify": true, "collectCoverage": true, "transform": { "^.+\\.jsx?$": "babel-jest" } }, "devDependencies": { "@babel/core": "^7.4.4", "@babel/helper-module-imports": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.4.4", "@babel/plugin-proposal-export-default-from": "^7.2.0", "@babel/plugin-proposal-object-rest-spread": "^7.4.4", "@babel/plugin-proposal-throw-expressions": "^7.2.0", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/plugin-transform-classes": "^7.4.4", "@babel/plugin-transform-runtime": "^7.4.4", "@babel/plugin-transform-template-literals": "^7.4.4", "@babel/preset-env": "^7.4.4", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.0.1", "babel-jest": "^24.7.1", "babel-plugin-add-module-exports": "^1.0.2", "babel-plugin-istanbul": "^5.1.2", "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", "babel-preset-jest": "^24.6.0", "benchmark": "^2.1.4", "conventional-changelog": "3.1.8", "eslint": "^5.16.0", "eslint-config-essentials": "^1.1.1", "eslint-config-prettier": "^4.1.0", "eslint-plugin-import": "^2.17.2", "eslint-plugin-prettier": "^3.0.1", "fs-extra": "^7.0.1", "jest": "^24.7.1", "lint-staged": "^8.1.5", "prettier": "^1.17.0", "rimraf": "^2.6.3" } }