backoffice/node_modules/uri-path/package.json

65 lines
1.4 KiB
JSON

{
"_args": [
[
"uri-path@0.0.2",
"C:\\wamp64\\www\\ilink"
]
],
"_development": true,
"_from": "uri-path@0.0.2",
"_id": "uri-path@0.0.2",
"_inBundle": false,
"_integrity": "sha1-gD6wHy/rF5J9zOD2GH5yt19T9VQ=",
"_location": "/uri-path",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "uri-path@0.0.2",
"name": "uri-path",
"escapedName": "uri-path",
"rawSpec": "0.0.2",
"saveSpec": null,
"fetchSpec": "0.0.2"
},
"_requiredBy": [
"/grunt-contrib-uglify"
],
"_resolved": "https://registry.npmjs.org/uri-path/-/uri-path-0.0.2.tgz",
"_spec": "0.0.2",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "Ult Combo",
"email": "ultcombo@gmail.com"
},
"bugs": {
"url": "https://github.com/UltCombo/uri-path/issues"
},
"description": "Convert relative file system paths into safe URI paths",
"devDependencies": {
"mocha": "^1.20.1",
"should": "^4.0.4"
},
"engines": {
"node": ">= 0.10"
},
"homepage": "https://github.com/UltCombo/uri-path",
"keywords": [
"uri",
"url",
"relative",
"file system",
"fs",
"path",
"convert"
],
"license": "WTFPL",
"main": "index.js",
"name": "uri-path",
"repository": {
"type": "git",
"url": "git+https://github.com/UltCombo/uri-path.git"
},
"version": "0.0.2"
}