forked from dependents/node-filing-cabinet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.42 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "filing-cabinet",
"version": "3.3.0",
"description": "Find files based on partial paths",
"main": "index.js",
"bin": {
"filing-cabinet": "bin/cli.js"
},
"files": [
"bin",
"index.js"
],
"scripts": {
"test": "jscs index.js test/test.js && ./node_modules/.bin/mocha test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mrjoelkemp/node-filing-cabinet.git"
},
"keywords": [
"lookup",
"es6",
"amd",
"commonjs",
"sass",
"less",
"stylus",
"partial",
"resolution",
"paths"
],
"author": "Joel Kemp <[email protected]> (http://www.mrjoelkemp.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrjoelkemp/node-filing-cabinet/issues"
},
"homepage": "https://github.com/mrjoelkemp/node-filing-cabinet",
"engines": {
"node": ">=10.13.0"
},
"devDependencies": {
"jscs": "^2.1.1",
"jscs-preset-mrjoelkemp": "^2.0.0",
"mocha": "^9.1.3",
"sinon": "^9.2.1"
},
"dependencies": {
"app-module-path": "^2.2.0",
"commander": "^2.20.3",
"debug": "^4.3.3",
"enhanced-resolve": "^5.8.3",
"is-relative-path": "^1.0.2",
"module-definition": "^3.3.1",
"module-lookup-amd": "^7.0.1",
"resolve": "^1.21.0",
"resolve-dependency-path": "^2.0.0",
"sass-lookup": "^3.0.0",
"stylus-lookup": "^3.0.1",
"tsconfig-paths": "^3.10.1",
"typescript": "^3.9.7"
}
}