{ "_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" }