Initial commit
[yaffs-website] / node_modules / normalize-path / package.json
1 {
2   "_args": [
3     [
4       "normalize-path@^2.0.1",
5       "/var/www/yaffs/node_modules/micromatch"
6     ]
7   ],
8   "_from": "normalize-path@>=2.0.1 <3.0.0",
9   "_id": "normalize-path@2.0.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/normalize-path",
13   "_nodeVersion": "5.0.0",
14   "_npmUser": {
15     "email": "github@sellside.com",
16     "name": "jonschlinkert"
17   },
18   "_npmVersion": "3.3.6",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "normalize-path",
22     "raw": "normalize-path@^2.0.1",
23     "rawSpec": "^2.0.1",
24     "scope": null,
25     "spec": ">=2.0.1 <3.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/micromatch"
30   ],
31   "_resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.0.1.tgz",
32   "_shasum": "47886ac1662760d4261b7d979d241709d3ce3f7a",
33   "_shrinkwrap": null,
34   "_spec": "normalize-path@^2.0.1",
35   "_where": "/var/www/yaffs/node_modules/micromatch",
36   "author": {
37     "name": "Jon Schlinkert",
38     "url": "https://github.com/jonschlinkert"
39   },
40   "bugs": {
41     "url": "https://github.com/jonschlinkert/normalize-path/issues"
42   },
43   "dependencies": {},
44   "description": "Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes.",
45   "devDependencies": {
46     "benchmarked": "^0.1.1",
47     "minimist": "^1.2.0",
48     "mocha": "*"
49   },
50   "directories": {},
51   "dist": {
52     "shasum": "47886ac1662760d4261b7d979d241709d3ce3f7a",
53     "tarball": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.0.1.tgz"
54   },
55   "engines": {
56     "node": ">=0.10.0"
57   },
58   "files": [
59     "index.js"
60   ],
61   "gitHead": "ca536e0e8755d3ed04f3ba4d21cc9e122e0f749f",
62   "homepage": "https://github.com/jonschlinkert/normalize-path",
63   "keywords": [
64     "backslash",
65     "file",
66     "filepath",
67     "fix",
68     "forward",
69     "fp",
70     "fs",
71     "normalize",
72     "path",
73     "slash",
74     "slashes",
75     "trailing",
76     "unix",
77     "urix"
78   ],
79   "license": "MIT",
80   "main": "index.js",
81   "maintainers": [
82     {
83       "name": "doowb",
84       "email": "brian.woodward@gmail.com"
85     },
86     {
87       "name": "jonschlinkert",
88       "email": "github@sellside.com"
89     }
90   ],
91   "name": "normalize-path",
92   "optionalDependencies": {},
93   "readme": "ERROR: No README data found!",
94   "repository": {
95     "type": "git",
96     "url": "git+https://github.com/jonschlinkert/normalize-path.git"
97   },
98   "scripts": {
99     "test": "mocha"
100   },
101   "verb": {
102     "related": {
103       "description": "Other useful libraries for working with paths in node.js:",
104       "list": [
105         "contains-path",
106         "ends-with",
107         "is-absolute",
108         "is-relative",
109         "parse-filepath",
110         "path-ends-with",
111         "path-segments",
112         "rewrite-ext",
113         "unixify"
114       ]
115     }
116   },
117   "version": "2.0.1"
118 }