| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- {
- "_from": "editorconfig@^1.0.4",
- "_id": "editorconfig@1.0.4",
- "_inBundle": false,
- "_integrity": "sha512-L9Qe08KWTlqYMVvMcTIvMAdl1cDUubzRNYL+WfA4bLDMHe4nemKkpmYzkznE1FwLKu0EEmy6obgQKzMJrg4x9Q==",
- "_location": "/editorconfig",
- "_phantomChildren": {
- "balanced-match": "1.0.2"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "editorconfig@^1.0.4",
- "name": "editorconfig",
- "escapedName": "editorconfig",
- "rawSpec": "^1.0.4",
- "saveSpec": null,
- "fetchSpec": "^1.0.4"
- },
- "_requiredBy": [
- "/js-beautify"
- ],
- "_resolved": "https://registry.npmmirror.com/editorconfig/-/editorconfig-1.0.4.tgz",
- "_shasum": "040c9a8e9a6c5288388b87c2db07028aa89f53a3",
- "_spec": "editorconfig@^1.0.4",
- "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\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"
- },
- {
- "name": "Joe Hildebrand",
- "url": "https://github.com/hildjj/"
- }
- ],
- "dependencies": {
- "@one-ini/wasm": "0.1.1",
- "commander": "^10.0.0",
- "minimatch": "9.0.1",
- "semver": "^7.5.3"
- },
- "deprecated": false,
- "description": "EditorConfig File Locator and Interpreter for Node.js",
- "devDependencies": {
- "@types/mocha": "^10.0.1",
- "@types/node": "^20.3.1",
- "@types/semver": "^7.5.0",
- "@typescript-eslint/eslint-plugin": "5.60.0",
- "@typescript-eslint/parser": "5.60.0",
- "c8": "8.0.0",
- "eslint": "8.43.0",
- "eslint-plugin-jsdoc": "46.2.6",
- "mocha": "^10.2.0",
- "rimraf": "^5.0.1",
- "should": "^13.2.3",
- "typescript": "^5.1.3"
- },
- "directories": {
- "bin": "./bin",
- "lib": "./lib"
- },
- "engines": {
- "node": ">=14"
- },
- "homepage": "https://github.com/editorconfig/editorconfig-core-js#readme",
- "keywords": [
- "editorconfig",
- "core"
- ],
- "license": "MIT",
- "main": "./lib/index.js",
- "name": "editorconfig",
- "repository": {
- "type": "git",
- "url": "git://github.com/editorconfig/editorconfig-core-js.git"
- },
- "scripts": {
- "build": "cmake . && tsc",
- "ci": "npm run coverage -- -- -VV --output-on-failure",
- "clean": "rimraf lib cmake_install.cmake CTestTestfile.cmake Makefile",
- "coverage": "c8 npm run test:all",
- "lint": "eslint . --ext ts",
- "postcoverage": "npm run build",
- "prebuild": "npm run clean",
- "precoverage": "npm run build -- --inlineSourceMap",
- "prepub": "npm run lint && npm run build",
- "pretest": "npm run build && npm run lint",
- "pub": "npm publish",
- "test": "npm run test:all",
- "test:all": "mocha && ctest . --preset Test"
- },
- "version": "1.0.4"
- }
|