ce4c83ff
wxy
初始提交
|
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
{
"_args": [
[
"editorconfig@0.15.0",
"D:\\WS\\WebstormProjects\\222\\lawyer"
]
],
"_development": true,
"_from": "editorconfig@0.15.0",
"_id": "editorconfig@0.15.0",
"_inBundle": false,
"_integrity": "sha512-j7JBoj/bpNzvoTQylfRZSc85MlLNKWQiq5y6gwKhmqD2h1eZ+tH4AXbkhEJD468gjDna/XMx2YtSkCxBRX9OGg==",
"_location": "/editorconfig",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "editorconfig@0.15.0",
"name": "editorconfig",
"escapedName": "editorconfig",
"rawSpec": "0.15.0",
"saveSpec": null,
"fetchSpec": "0.15.0"
},
"_requiredBy": [
"/js-beautify"
],
"_resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-0.15.0.tgz",
"_spec": "0.15.0",
"_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
"author": {
"name": "EditorConfig Team"
},
"bin": {
"editorconfig": "bin/editorconfig"
},
"bugs": {
"url": "https://github.com/editorconfig/editorconfig-core-js/issues"
},
"contributors": [
{
"name": "Hong Xu",
"url": "topbug.net"
},
{
"name": "Jed Mao",
"url": "https://github.com/jedmao/"
},
{
"name": "Trey Hunner",
"url": "http://treyhunner.com"
}
],
"dependencies": {
"@types/commander": "^2.11.0",
"@types/semver": "^5.4.0",
"commander": "^2.11.0",
"lru-cache": "^4.1.1",
"semver": "^5.4.1",
"sigmund": "^1.0.1"
},
"description": "EditorConfig File Locator and Interpreter for Node.js",
"devDependencies": {
"@types/mocha": "^2.2.43",
"cpy-cli": "^1.0.1",
"eclint": "^2.4.3",
"mocha": "^4.0.1",
"rimraf": "^2.6.2",
"should": "^13.1.2",
"tslint": "^5.7.0",
"typescript": "^2.5.3"
},
"directories": {
"bin": "./bin",
"lib": "./lib"
},
"homepage": "https://github.com/editorconfig/editorconfig-core-js#readme",
"keywords": [
"editorconfig",
"core"
],
"license": "MIT",
"main": "index.js",
"name": "editorconfig",
"repository": {
"type": "git",
"url": "git://github.com/editorconfig/editorconfig-core-js.git"
},
"scripts": {
"build": "tsc",
"clean": "rimraf dist",
"copy": "cpy package.json .npmignore LICENSE README.md CHANGELOG.md dist && cpy src/bin/* dist/bin && cpy src/lib/fnmatch*.* dist/lib",
"eclint": "eclint check --indent_size ignore \"src/**\"",
"lint": "npm run eclint && npm run tslint",
"prebuild": "npm run clean",
"prepub": "npm run lint && npm run build && npm run copy",
"pretest": "npm run lint && npm run build && npm run copy && cmake .",
"pretest:ci": "npm run pretest",
"pub": "npm publish ./dist",
"test": "ctest .",
"test:ci": "ctest -VV --output-on-failure .",
"tslint": "tslint --project tslint.json"
},
"version": "0.15.0"
}
|