@zkochan/pnpm
Version:
Fast, disk space efficient package manager
96 lines (95 loc) • 3.13 kB
JSON
{
"_args": [
[
{
"raw": "strict-uri-encode@^1.0.0",
"scope": null,
"escapedName": "strict-uri-encode",
"name": "strict-uri-encode",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/home/zkochan/src/pnpm/packages/pnpm/node_modules/query-string"
]
],
"_from": "strict-uri-encode@>=1.0.0 <2.0.0",
"_id": "strict-uri-encode@1.1.0",
"_inCache": true,
"_location": "/strict-uri-encode",
"_nodeVersion": "5.3.0",
"_npmUser": {
"name": "kevva",
"email": "kevinmartensson@gmail.com"
},
"_npmVersion": "3.5.3",
"_phantomChildren": {},
"_requested": {
"raw": "strict-uri-encode@^1.0.0",
"scope": null,
"escapedName": "strict-uri-encode",
"name": "strict-uri-encode",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/query-string"
],
"_resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz",
"_shasum": "279b225df1d582b1f54e65addd4352e18faa0713",
"_shrinkwrap": null,
"_spec": "strict-uri-encode@^1.0.0",
"_where": "/home/zkochan/src/pnpm/packages/pnpm/node_modules/query-string",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "github.com/kevva"
},
"bugs": {
"url": "https://github.com/kevva/strict-uri-encode/issues"
},
"dependencies": {},
"description": "A stricter URI encode adhering to RFC 3986",
"devDependencies": {
"ava": "^0.0.4"
},
"directories": {},
"dist": {
"shasum": "279b225df1d582b1f54e65addd4352e18faa0713",
"tarball": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "ce6681428485d30e29222c722f832df15e3c19ac",
"homepage": "https://github.com/kevva/strict-uri-encode#readme",
"keywords": [
"component",
"encode",
"RFC3986",
"uri"
],
"license": "MIT",
"maintainers": [
{
"name": "kevva",
"email": "kevinmartensson@gmail.com"
}
],
"name": "strict-uri-encode",
"optionalDependencies": {},
"readme": "# strict-uri-encode [](https://travis-ci.org/kevva/strict-uri-encode)\n\n> A stricter URI encode adhering to [RFC 3986](http://tools.ietf.org/html/rfc3986)\n\n\n## Install\n\n```\n$ npm install --save strict-uri-encode\n```\n\n\n## Usage\n\n```js\nvar strictUriEncode = require('strict-uri-encode');\n\nstrictUriEncode('unicorn!foobar')\n//=> 'unicorn%21foobar'\n\nstrictUriEncode('unicorn*foobar')\n//=> 'unicorn%2Afoobar'\n```\n\n\n## API\n\n### strictUriEncode(string)\n\n#### string\n\n*Required* \nType: `string`, `number`\n\nString to URI encode.\n\n\n## License\n\nMIT © [Kevin Mårtensson](http://github.com/kevva)\n",
"readmeFilename": "readme.md",
"repository": {
"type": "git",
"url": "git+https://github.com/kevva/strict-uri-encode.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.1.0"
}