12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_from": "urlencode@^1.1.0",
- "_id": "urlencode@1.1.0",
- "_inBundle": false,
- "_integrity": "sha1-HyuibwE8hfATP3o61v8nMK33y7c=",
- "_location": "/urlencode",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "urlencode@^1.1.0",
- "name": "urlencode",
- "escapedName": "urlencode",
- "rawSpec": "^1.1.0",
- "saveSpec": null,
- "fetchSpec": "^1.1.0"
- },
- "_requiredBy": [
- "#DEV:/",
- "#USER"
- ],
- "_resolved": "http://registry.npm.taobao.org/urlencode/download/urlencode-1.1.0.tgz",
- "_shasum": "1f2ba26f013c85f0133f7a3ad6ff2730adf7cbb7",
- "_spec": "urlencode@^1.1.0",
- "_where": "E:\\dev\\007\\node_module\\node10",
- "author": {
- "name": "fengmk2",
- "email": "fengmk2@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/node-modules/urlencode/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "iconv-lite": "~0.4.11"
- },
- "deprecated": false,
- "description": "encodeURIComponent with charset",
- "devDependencies": {
- "autod": "*",
- "beautify-benchmark": "*",
- "benchmark": "*",
- "blanket": "*",
- "contributors": "*",
- "istanbul": "~0.3.17",
- "jshint": "*",
- "mocha": "*",
- "should": "7"
- },
- "files": [
- "lib"
- ],
- "homepage": "https://github.com/node-modules/urlencode",
- "keywords": [
- "urlencode",
- "urldecode",
- "encodeURIComponent",
- "decodeURIComponent",
- "querystring",
- "parse"
- ],
- "license": "MIT",
- "main": "lib/urlencode.js",
- "name": "urlencode",
- "repository": {
- "type": "git",
- "url": "git://github.com/node-modules/urlencode.git"
- },
- "scripts": {
- "autod": "autod -w --prefix '~' -t test -e examples",
- "benchmark": "node benchmark/urlencode.js && node benchmark/urlencode.decode.js",
- "cnpm": "npm install --registry=https://registry.npm.taobao.org",
- "jshint": "jshint .",
- "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"
- },
- "version": "1.1.0"
- }
|