| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "file-uri-to-path",
- "version": "1.0.0",
- "description": "Convert a file: URI to a file path",
- "main": "index.js",
- "types": "index.d.ts",
- "directories": {
- "test": "test"
- },
- "scripts": {
- "test": "mocha --reporter spec"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/TooTallNate/file-uri-to-path.git"
- },
- "keywords": [
- "file",
- "uri",
- "convert",
- "path"
- ],
- "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/TooTallNate/file-uri-to-path/issues"
- },
- "homepage": "https://github.com/TooTallNate/file-uri-to-path",
- "devDependencies": {
- "mocha": "3"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:49 GMT+0800 (CST)",
- "_from": "file-uri-to-path@1.0.0",
- "_resolved": "https://registry.npm.taobao.org/file-uri-to-path/download/file-uri-to-path-1.0.0.tgz"
- }
|