You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.8 KiB

4 years ago
{
"_from": "fast-decode-uri-component@^1.0.0",
"_id": "fast-decode-uri-component@1.0.1",
"_inBundle": false,
"_integrity": "sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg==",
"_location": "/fast-decode-uri-component",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "fast-decode-uri-component@^1.0.0",
"name": "fast-decode-uri-component",
"escapedName": "fast-decode-uri-component",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/find-my-way"
],
"_resolved": "https://registry.npmjs.org/fast-decode-uri-component/-/fast-decode-uri-component-1.0.1.tgz",
"_shasum": "46f8b6c22b30ff7a81357d4f59abfae938202543",
"_spec": "fast-decode-uri-component@^1.0.0",
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/find-my-way",
"author": {
"name": "Tomas Della Vedova - @delvedor",
"url": "http://delved.org"
},
"bugs": {
"url": "https://github.com/delvedor/fast-decode-uri-component/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Fast and safe decodeURIComponent",
"devDependencies": {
"nanobench": "^2.1.1",
"randomstring": "^1.1.5",
"standard": "^11.0.1",
"tap": "^11.1.2"
},
"homepage": "https://github.com/delvedor/fast-decode-uri-component#readme",
"keywords": [
"decode",
"uri",
"component",
"fast",
"safe"
],
"license": "MIT",
"main": "index.js",
"name": "fast-decode-uri-component",
"repository": {
"type": "git",
"url": "git+https://github.com/delvedor/fast-decode-uri-component.git"
},
"scripts": {
"bench": "node bench.js",
"test": "standard && tap test.js"
},
"version": "1.0.1"
}