1{ 2 "_from": "decode-uri-component@^0.2.0", 3 "_id": "decode-uri-component@0.2.0", 4 "_inBundle": false, 5 "_integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=", 6 "_location": "/decode-uri-component", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "decode-uri-component@^0.2.0", 12 "name": "decode-uri-component", 13 "escapedName": "decode-uri-component", 14 "rawSpec": "^0.2.0", 15 "saveSpec": null, 16 "fetchSpec": "^0.2.0" 17 }, 18 "_requiredBy": [ 19 "/query-string" 20 ], 21 "_resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", 22 "_shasum": "eb3913333458775cb84cd1a1fae062106bb87545", 23 "_spec": "decode-uri-component@^0.2.0", 24 "_where": "/Users/rebecca/code/npm/node_modules/query-string", 25 "author": { 26 "name": "Sam Verschueren", 27 "email": "sam.verschueren@gmail.com", 28 "url": "github.com/SamVerschueren" 29 }, 30 "bugs": { 31 "url": "https://github.com/SamVerschueren/decode-uri-component/issues" 32 }, 33 "bundleDependencies": false, 34 "deprecated": false, 35 "description": "A better decodeURIComponent", 36 "devDependencies": { 37 "ava": "^0.17.0", 38 "coveralls": "^2.13.1", 39 "nyc": "^10.3.2", 40 "xo": "^0.16.0" 41 }, 42 "engines": { 43 "node": ">=0.10" 44 }, 45 "files": [ 46 "index.js" 47 ], 48 "homepage": "https://github.com/SamVerschueren/decode-uri-component#readme", 49 "keywords": [ 50 "decode", 51 "uri", 52 "component", 53 "decodeuricomponent", 54 "components", 55 "decoder", 56 "url" 57 ], 58 "license": "MIT", 59 "name": "decode-uri-component", 60 "repository": { 61 "type": "git", 62 "url": "git+https://github.com/SamVerschueren/decode-uri-component.git" 63 }, 64 "scripts": { 65 "coveralls": "nyc report --reporter=text-lcov | coveralls", 66 "test": "xo && nyc ava" 67 }, 68 "version": "0.2.0" 69} 70