UNPKG

cloudworker-proxy

Version:
83 lines (82 loc) 2.28 kB
{ "_args": [ [ "urlencode@1.1.0", "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless" ] ], "_development": true, "_from": "urlencode@1.1.0", "_id": "urlencode@1.1.0", "_inBundle": false, "_integrity": "sha1-HyuibwE8hfATP3o61v8nMK33y7c=", "_location": "/urlencode", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "urlencode@1.1.0", "name": "urlencode", "escapedName": "urlencode", "rawSpec": "1.1.0", "saveSpec": null, "fetchSpec": "1.1.0" }, "_requiredBy": [ "/@serverless/platform-client-china" ], "_resolved": "https://registry.npmjs.org/urlencode/-/urlencode-1.1.0.tgz", "_spec": "1.1.0", "_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless", "author": { "name": "fengmk2", "email": "fengmk2@gmail.com" }, "bugs": { "url": "https://github.com/node-modules/urlencode/issues" }, "dependencies": { "iconv-lite": "~0.4.11" }, "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" }