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
| {
| "_from": "editorconfig@^0.15.3",
| "_id": "editorconfig@0.15.3",
| "_inBundle": false,
| "_integrity": "sha512-M9wIMFx96vq0R4F+gRpY3o2exzb8hEj/n9S8unZtHSvYjibBp/iMufSzvmOcV/laG0ZtuTVGtiJggPOSW2r93g==",
| "_location": "/editorconfig",
| "_phantomChildren": {
| "pseudomap": "1.0.2"
| },
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "editorconfig@^0.15.3",
| "name": "editorconfig",
| "escapedName": "editorconfig",
| "rawSpec": "^0.15.3",
| "saveSpec": null,
| "fetchSpec": "^0.15.3"
| },
| "_requiredBy": [
| "/js-beautify"
| ],
| "_resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-0.15.3.tgz",
| "_shasum": "bef84c4e75fb8dcb0ce5cee8efd51c15999befc5",
| "_spec": "editorconfig@^0.15.3",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\js-beautify",
| "author": {
| "name": "EditorConfig Team"
| },
| "bin": {
| "editorconfig": "bin/editorconfig"
| },
| "bugs": {
| "url": "https://github.com/editorconfig/editorconfig-core-js/issues"
| },
| "bundleDependencies": false,
| "contributors": [
| {
| "name": "Hong Xu",
| "url": "topbug.net"
| },
| {
| "name": "Jed Mao",
| "url": "https://github.com/jedmao/"
| },
| {
| "name": "Trey Hunner",
| "url": "http://treyhunner.com"
| }
| ],
| "dependencies": {
| "commander": "^2.19.0",
| "lru-cache": "^4.1.5",
| "semver": "^5.6.0",
| "sigmund": "^1.0.1"
| },
| "deprecated": false,
| "description": "EditorConfig File Locator and Interpreter for Node.js",
| "devDependencies": {
| "@types/mocha": "^5.2.6",
| "@types/node": "^10.12.29",
| "@types/semver": "^5.5.0",
| "cpy-cli": "^2.0.0",
| "eclint": "^2.8.1",
| "mocha": "^5.2.0",
| "rimraf": "^2.6.3",
| "should": "^13.2.3",
| "tslint": "^5.13.1",
| "typescript": "^3.3.3333"
| },
| "directories": {
| "bin": "./bin",
| "lib": "./lib"
| },
| "homepage": "https://github.com/editorconfig/editorconfig-core-js#readme",
| "keywords": [
| "editorconfig",
| "core"
| ],
| "license": "MIT",
| "main": "src/index.js",
| "name": "editorconfig",
| "repository": {
| "type": "git",
| "url": "git://github.com/editorconfig/editorconfig-core-js.git"
| },
| "scripts": {
| "build": "tsc",
| "clean": "rimraf dist",
| "copy": "cpy .npmignore LICENSE README.md CHANGELOG.md dist && cpy bin/* dist/bin && cpy src/lib/fnmatch*.* dist/src/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 tsconfig.json --exclude package.json"
| },
| "version": "0.15.3"
| }
|
|