[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "normalize-path@3.0.0",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
[6a3a178] | 7 | ],
|
---|
[59329aa] | 8 | "_development": true,
|
---|
| 9 | "_from": "normalize-path@3.0.0",
|
---|
| 10 | "_id": "normalize-path@3.0.0",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
|
---|
| 13 | "_location": "/normalize-path",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "normalize-path@3.0.0",
|
---|
| 19 | "name": "normalize-path",
|
---|
| 20 | "escapedName": "normalize-path",
|
---|
| 21 | "rawSpec": "3.0.0",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "3.0.0"
|
---|
[6a3a178] | 24 | },
|
---|
[59329aa] | 25 | "_requiredBy": [
|
---|
| 26 | "/anymatch",
|
---|
| 27 | "/chokidar",
|
---|
| 28 | "/copy-webpack-plugin",
|
---|
| 29 | "/stylus-loader",
|
---|
| 30 | "/webpack-dev-server/chokidar"
|
---|
[6a3a178] | 31 | ],
|
---|
[59329aa] | 32 | "_resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
|
---|
| 33 | "_spec": "3.0.0",
|
---|
| 34 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 35 | "author": {
|
---|
| 36 | "name": "Jon Schlinkert",
|
---|
| 37 | "url": "https://github.com/jonschlinkert"
|
---|
[6a3a178] | 38 | },
|
---|
[59329aa] | 39 | "bugs": {
|
---|
| 40 | "url": "https://github.com/jonschlinkert/normalize-path/issues"
|
---|
[6a3a178] | 41 | },
|
---|
[59329aa] | 42 | "contributors": [
|
---|
| 43 | {
|
---|
| 44 | "name": "Blaine Bublitz",
|
---|
| 45 | "url": "https://twitter.com/BlaineBublitz"
|
---|
| 46 | },
|
---|
| 47 | {
|
---|
| 48 | "name": "Jon Schlinkert",
|
---|
| 49 | "url": "http://twitter.com/jonschlinkert"
|
---|
| 50 | }
|
---|
| 51 | ],
|
---|
| 52 | "description": "Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.",
|
---|
[6a3a178] | 53 | "devDependencies": {
|
---|
| 54 | "gulp-format-md": "^1.0.0",
|
---|
| 55 | "minimist": "^1.2.0",
|
---|
| 56 | "mocha": "^3.5.3"
|
---|
| 57 | },
|
---|
[59329aa] | 58 | "engines": {
|
---|
| 59 | "node": ">=0.10.0"
|
---|
| 60 | },
|
---|
| 61 | "files": [
|
---|
| 62 | "index.js"
|
---|
| 63 | ],
|
---|
| 64 | "homepage": "https://github.com/jonschlinkert/normalize-path",
|
---|
[6a3a178] | 65 | "keywords": [
|
---|
| 66 | "absolute",
|
---|
| 67 | "backslash",
|
---|
| 68 | "delimiter",
|
---|
| 69 | "file",
|
---|
| 70 | "file-path",
|
---|
| 71 | "filepath",
|
---|
| 72 | "fix",
|
---|
| 73 | "forward",
|
---|
| 74 | "fp",
|
---|
| 75 | "fs",
|
---|
| 76 | "normalize",
|
---|
| 77 | "path",
|
---|
| 78 | "relative",
|
---|
| 79 | "separator",
|
---|
| 80 | "slash",
|
---|
| 81 | "slashes",
|
---|
| 82 | "trailing",
|
---|
| 83 | "unix",
|
---|
| 84 | "urix"
|
---|
| 85 | ],
|
---|
[59329aa] | 86 | "license": "MIT",
|
---|
| 87 | "main": "index.js",
|
---|
| 88 | "name": "normalize-path",
|
---|
| 89 | "repository": {
|
---|
| 90 | "type": "git",
|
---|
| 91 | "url": "git+https://github.com/jonschlinkert/normalize-path.git"
|
---|
| 92 | },
|
---|
| 93 | "scripts": {
|
---|
| 94 | "test": "mocha"
|
---|
| 95 | },
|
---|
[6a3a178] | 96 | "verb": {
|
---|
| 97 | "toc": false,
|
---|
| 98 | "layout": "default",
|
---|
| 99 | "tasks": [
|
---|
| 100 | "readme"
|
---|
| 101 | ],
|
---|
| 102 | "plugins": [
|
---|
| 103 | "gulp-format-md"
|
---|
| 104 | ],
|
---|
| 105 | "related": {
|
---|
| 106 | "description": "Other useful path-related libraries:",
|
---|
| 107 | "list": [
|
---|
| 108 | "contains-path",
|
---|
| 109 | "is-absolute",
|
---|
| 110 | "is-relative",
|
---|
| 111 | "parse-filepath",
|
---|
| 112 | "path-ends-with",
|
---|
| 113 | "path-ends-with",
|
---|
| 114 | "unixify"
|
---|
| 115 | ]
|
---|
| 116 | },
|
---|
| 117 | "lint": {
|
---|
| 118 | "reflinks": true
|
---|
| 119 | }
|
---|
[59329aa] | 120 | },
|
---|
| 121 | "version": "3.0.0"
|
---|
[6a3a178] | 122 | }
|
---|