1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "upath",
|
3 |
|
|
"description": "A proxy to `path`, replacing `\\` with `/` for all results & new methods to normalize & join keeping leading `./` and add, change, default, trim file extensions.",
|
4 |
|
|
"version": "1.2.0",
|
5 |
|
|
"homepage": "http://github.com/anodynos/upath/",
|
6 |
|
|
"author": {
|
7 |
|
|
"name": "Angelos Pikoulas",
|
8 |
|
|
"email": "agelos.pikoulas@gmail.com"
|
9 |
|
|
},
|
10 |
|
|
"license": "MIT",
|
11 |
|
|
"keywords": [
|
12 |
|
|
"path",
|
13 |
|
|
"unix",
|
14 |
|
|
"windows",
|
15 |
|
|
"extension",
|
16 |
|
|
"file extension",
|
17 |
|
|
"replace extension",
|
18 |
|
|
"change extension",
|
19 |
|
|
"trim extension",
|
20 |
|
|
"add extension",
|
21 |
|
|
"default extension"
|
22 |
|
|
],
|
23 |
|
|
"repository": {
|
24 |
|
|
"type": "git",
|
25 |
|
|
"url": "git://github.com/anodynos/upath"
|
26 |
|
|
},
|
27 |
|
|
"bugs": {
|
28 |
|
|
"url": "http://github.com/anodynos/upath/issues",
|
29 |
|
|
"email": "agelos.pikoulas@gmail.com"
|
30 |
|
|
},
|
31 |
|
|
"main": "./build/code/upath.js",
|
32 |
|
|
"types": "./upath.d.ts",
|
33 |
|
|
"preferGlobal": false,
|
34 |
|
|
"scripts": {
|
35 |
|
|
"test": "grunt",
|
36 |
|
|
"build": "grunt lib"
|
37 |
|
|
},
|
38 |
|
|
"directories": {
|
39 |
|
|
"doc": "./doc",
|
40 |
|
|
"dist": "./build"
|
41 |
|
|
},
|
42 |
|
|
"engines": {
|
43 |
|
|
"node": ">=4",
|
44 |
|
|
"yarn": "*"
|
45 |
|
|
},
|
46 |
|
|
"devDependencies": {
|
47 |
|
|
"chai": "~4.0.2",
|
48 |
|
|
"coffee-script": "1.12.6",
|
49 |
|
|
"grunt": "0.4.5",
|
50 |
|
|
"grunt-contrib-watch": "^1.1.0",
|
51 |
|
|
"grunt-urequire": "0.7.x",
|
52 |
|
|
"lodash": "^4.17.15",
|
53 |
|
|
"mocha": "~3.4.2",
|
54 |
|
|
"uberscore": "0.0.19",
|
55 |
|
|
"underscore.string": "^3.3.5",
|
56 |
|
|
"urequire": "0.7.0-beta.33",
|
57 |
|
|
"urequire-ab-specrunner": "^0.2.5",
|
58 |
|
|
"urequire-rc-inject-version": "^0.1.6"
|
59 |
|
|
}
|
60 |
|
|
}
|