work.suroh.tk/node_modules/editorconfig/package.json

102 lines
2.8 KiB
JSON
Raw Normal View History

2019-12-02 12:22:45 +00:00
{
"_from": "editorconfig@^0.15.3",
"_id": "editorconfig@0.15.3",
"_inBundle": false,
"_integrity": "sha512-M9wIMFx96vq0R4F+gRpY3o2exzb8hEj/n9S8unZtHSvYjibBp/iMufSzvmOcV/laG0ZtuTVGtiJggPOSW2r93g==",
"_location": "/editorconfig",
"_phantomChildren": {},
"_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": "/home/suroh/Repos/11ty.work/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"
}