1{ 2 "_from": "strict-uri-encode@^2.0.0", 3 "_id": "strict-uri-encode@2.0.0", 4 "_inBundle": false, 5 "_integrity": "sha1-ucczDHBChi9rFC3CdLvMWGbONUY=", 6 "_location": "/strict-uri-encode", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "strict-uri-encode@^2.0.0", 12 "name": "strict-uri-encode", 13 "escapedName": "strict-uri-encode", 14 "rawSpec": "^2.0.0", 15 "saveSpec": null, 16 "fetchSpec": "^2.0.0" 17 }, 18 "_requiredBy": [ 19 "/query-string" 20 ], 21 "_resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz", 22 "_shasum": "b9c7330c7042862f6b142dc274bbcc5866ce3546", 23 "_spec": "strict-uri-encode@^2.0.0", 24 "_where": "/Users/rebecca/code/npm/node_modules/query-string", 25 "author": { 26 "name": "Kevin Mårtensson", 27 "email": "kevinmartensson@gmail.com", 28 "url": "github.com/kevva" 29 }, 30 "bugs": { 31 "url": "https://github.com/kevva/strict-uri-encode/issues" 32 }, 33 "bundleDependencies": false, 34 "deprecated": false, 35 "description": "A stricter URI encode adhering to RFC 3986", 36 "devDependencies": { 37 "ava": "*", 38 "xo": "*" 39 }, 40 "engines": { 41 "node": ">=4" 42 }, 43 "files": [ 44 "index.js" 45 ], 46 "homepage": "https://github.com/kevva/strict-uri-encode#readme", 47 "keywords": [ 48 "component", 49 "encode", 50 "RFC3986", 51 "uri" 52 ], 53 "license": "MIT", 54 "name": "strict-uri-encode", 55 "repository": { 56 "type": "git", 57 "url": "git+https://github.com/kevva/strict-uri-encode.git" 58 }, 59 "scripts": { 60 "test": "xo && ava" 61 }, 62 "version": "2.0.0" 63} 64