Files

95 lines
2.1 KiB
JSON

{
"_args": [
[
"normalize-path@2.0.1",
"/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
]
],
"_development": true,
"_from": "normalize-path@2.0.1",
"_id": "normalize-path@2.0.1",
"_inBundle": false,
"_integrity": "sha1-R4hqwWYnYNQmG32XnSQXCdPOP3o=",
"_location": "/normalize-path",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "normalize-path@2.0.1",
"name": "normalize-path",
"escapedName": "normalize-path",
"rawSpec": "2.0.1",
"saveSpec": null,
"fetchSpec": "2.0.1"
},
"_requiredBy": [
"/micromatch"
],
"_resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.0.1.tgz",
"_spec": "2.0.1",
"_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/normalize-path/issues"
},
"description": "Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes.",
"devDependencies": {
"benchmarked": "^0.1.1",
"minimist": "^1.2.0",
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/normalize-path",
"keywords": [
"backslash",
"file",
"filepath",
"fix",
"forward",
"fp",
"fs",
"normalize",
"path",
"slash",
"slashes",
"trailing",
"unix",
"urix"
],
"license": "MIT",
"main": "index.js",
"name": "normalize-path",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/normalize-path.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"rewrite-ext",
"contains-path",
"ends-with",
"path-ends-with",
"path-segments",
"is-absolute",
"is-relative",
"parse-filepath",
"unixify"
],
"description": "Other useful libraries for working with paths in node.js:"
}
},
"version": "2.0.1"
}