103 lines
2.6 KiB
JSON
103 lines
2.6 KiB
JSON
{
|
|
"name": "urlencode",
|
|
"version": "1.1.0",
|
|
"description": "encodeURIComponent with charset",
|
|
"main": "lib/urlencode.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"test": "mocha -R spec -t 20000 -r should test/*.test.js",
|
|
"test-cov": "istanbul cover node_modules/.bin/_mocha -- -t 20000 -r should test/*.test.js",
|
|
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- -t 20000 -r should test/*.test.js",
|
|
"jshint": "jshint .",
|
|
"autod": "autod -w --prefix '~' -t test -e examples",
|
|
"cnpm": "npm install --registry=https://registry.npm.taobao.org",
|
|
"benchmark": "node benchmark/urlencode.js && node benchmark/urlencode.decode.js"
|
|
},
|
|
"dependencies": {
|
|
"iconv-lite": "~0.4.11"
|
|
},
|
|
"devDependencies": {
|
|
"autod": "*",
|
|
"beautify-benchmark": "*",
|
|
"benchmark": "*",
|
|
"blanket": "*",
|
|
"contributors": "*",
|
|
"istanbul": "~0.3.17",
|
|
"jshint": "*",
|
|
"mocha": "*",
|
|
"should": "7"
|
|
},
|
|
"homepage": "https://github.com/node-modules/urlencode",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/node-modules/urlencode.git"
|
|
},
|
|
"keywords": [
|
|
"urlencode",
|
|
"urldecode",
|
|
"encodeURIComponent",
|
|
"decodeURIComponent",
|
|
"querystring",
|
|
"parse"
|
|
],
|
|
"author": {
|
|
"name": "fengmk2",
|
|
"email": "fengmk2@gmail.com"
|
|
},
|
|
"license": "MIT",
|
|
"contributors": [
|
|
{
|
|
"name": "fengmk2",
|
|
"email": "fengmk2@gmail.com",
|
|
"url": "https://github.com/fengmk2"
|
|
},
|
|
{
|
|
"name": "aleafs",
|
|
"email": "zhangxc83@gmail.com",
|
|
"url": "https://github.com/aleafs"
|
|
},
|
|
{
|
|
"name": "azbykov",
|
|
"email": "azbykov@yamoney.ru",
|
|
"url": "https://github.com/azbykov"
|
|
},
|
|
{
|
|
"name": "alsotang",
|
|
"email": "alsotang@gmail.com",
|
|
"url": "https://github.com/alsotang"
|
|
},
|
|
{
|
|
"name": "twang",
|
|
"email": "twsharp@126.com",
|
|
"url": "https://github.com/twang3"
|
|
}
|
|
],
|
|
"gitHead": "e12310e90dd87e45cdee6360fbd4395d2575d741",
|
|
"bugs": {
|
|
"url": "https://github.com/node-modules/urlencode/issues"
|
|
},
|
|
"_id": "urlencode@1.1.0",
|
|
"_shasum": "1f2ba26f013c85f0133f7a3ad6ff2730adf7cbb7",
|
|
"_from": "urlencode@*",
|
|
"_npmVersion": "2.13.3",
|
|
"_nodeVersion": "3.0.0",
|
|
"_npmUser": {
|
|
"name": "fengmk2",
|
|
"email": "fengmk2@gmail.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "fengmk2",
|
|
"email": "fengmk2@gmail.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "1f2ba26f013c85f0133f7a3ad6ff2730adf7cbb7",
|
|
"tarball": "https://registry.npmjs.org/urlencode/-/urlencode-1.1.0.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/urlencode/-/urlencode-1.1.0.tgz"
|
|
}
|