package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "urlencode@^1.1.0",
  3. "_id": "urlencode@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-HyuibwE8hfATP3o61v8nMK33y7c=",
  6. "_location": "/urlencode",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "urlencode@^1.1.0",
  12. "name": "urlencode",
  13. "escapedName": "urlencode",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "http://registry.npm.taobao.org/urlencode/download/urlencode-1.1.0.tgz",
  23. "_shasum": "1f2ba26f013c85f0133f7a3ad6ff2730adf7cbb7",
  24. "_spec": "urlencode@^1.1.0",
  25. "_where": "E:\\dev\\007\\node_module\\node10",
  26. "author": {
  27. "name": "fengmk2",
  28. "email": "fengmk2@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/node-modules/urlencode/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "iconv-lite": "~0.4.11"
  36. },
  37. "deprecated": false,
  38. "description": "encodeURIComponent with charset",
  39. "devDependencies": {
  40. "autod": "*",
  41. "beautify-benchmark": "*",
  42. "benchmark": "*",
  43. "blanket": "*",
  44. "contributors": "*",
  45. "istanbul": "~0.3.17",
  46. "jshint": "*",
  47. "mocha": "*",
  48. "should": "7"
  49. },
  50. "files": [
  51. "lib"
  52. ],
  53. "homepage": "https://github.com/node-modules/urlencode",
  54. "keywords": [
  55. "urlencode",
  56. "urldecode",
  57. "encodeURIComponent",
  58. "decodeURIComponent",
  59. "querystring",
  60. "parse"
  61. ],
  62. "license": "MIT",
  63. "main": "lib/urlencode.js",
  64. "name": "urlencode",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/node-modules/urlencode.git"
  68. },
  69. "scripts": {
  70. "autod": "autod -w --prefix '~' -t test -e examples",
  71. "benchmark": "node benchmark/urlencode.js && node benchmark/urlencode.decode.js",
  72. "cnpm": "npm install --registry=https://registry.npm.taobao.org",
  73. "jshint": "jshint .",
  74. "test": "mocha -R spec -t 20000 -r should test/*.test.js",
  75. "test-cov": "istanbul cover node_modules/.bin/_mocha -- -t 20000 -r should test/*.test.js",
  76. "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- -t 20000 -r should test/*.test.js"
  77. },
  78. "version": "1.1.0"
  79. }