1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "name": "uri-path",
- "version": "1.0.0",
- "description": "Convert relative file system paths into safe URI paths",
- "main": "index.js",
- "scripts": {
- "test": "mocha"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/UltCombo/uri-path.git"
- },
- "keywords": [
- "uri",
- "url",
- "relative",
- "file system",
- "fs",
- "path",
- "convert"
- ],
- "author": {
- "name": "Ult Combo",
- "email": "ultcombo@gmail.com"
- },
- "engines": {
- "node": ">= 0.10"
- },
- "license": "WTFPL OR MIT",
- "bugs": {
- "url": "https://github.com/UltCombo/uri-path/issues"
- },
- "homepage": "https://github.com/UltCombo/uri-path",
- "devDependencies": {
- "mocha": "^2.3.3",
- "should": "^7.1.1"
- },
- "__npminstall_done": true,
- "_from": "uri-path@1.0.0",
- "_resolved": "https://registry.npmmirror.com/uri-path/-/uri-path-1.0.0.tgz"
- }
|