NewsBlur/node/node_modules/postman-url-encoder/package.json
2019-04-13 16:17:13 -04:00

59 lines
1.5 KiB
JSON

{
"_args": [
[
"postman-url-encoder@1.0.1",
"/Users/sclay/projects/newsblur/node"
]
],
"_from": "postman-url-encoder@1.0.1",
"_id": "postman-url-encoder@1.0.1",
"_inBundle": false,
"_integrity": "sha1-oJSkLpQV/wu/3ODqqOYBHUSe6Dw=",
"_location": "/postman-url-encoder",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postman-url-encoder@1.0.1",
"name": "postman-url-encoder",
"escapedName": "postman-url-encoder",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/postman-request"
],
"_resolved": "https://registry.npmjs.org/postman-url-encoder/-/postman-url-encoder-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "/Users/sclay/projects/newsblur/node",
"author": {
"name": "Postman Labs",
"email": "help@getpostman.com",
"url": "="
},
"bugs": {
"url": "https://github.com/postmanlabs/postman-url-encoder/issues"
},
"description": " It encodes the given url string as per RFC 3986.",
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^3.0.0"
},
"homepage": "https://github.com/postmanlabs/postman-url-encoder#readme",
"keywords": [
"postman",
"url-encoder"
],
"license": "MIT",
"main": "index.js",
"name": "postman-url-encoder",
"repository": {
"type": "git",
"url": "git+https://github.com/postmanlabs/postman-url-encoder.git"
},
"scripts": {
"test": "mocha unit-test.spec.js"
},
"version": "1.0.1"
}