Brak opisu

package.json 2.2KB

    { "_from": "editorconfig@^0.13.2", "_id": "editorconfig@0.13.3", "_inBundle": false, "_integrity": "sha1-5SGeWHlR1glY/ZTqmpoAjN7/GzQ=", "_location": "/editorconfig", "_phantomChildren": { "pseudomap": "1.0.2" }, "_requested": { "type": "range", "registry": true, "raw": "editorconfig@^0.13.2", "name": "editorconfig", "escapedName": "editorconfig", "rawSpec": "^0.13.2", "saveSpec": null, "fetchSpec": "^0.13.2" }, "_requiredBy": [ "/js-beautify" ], "_resolved": "http://registry.npm.taobao.org/editorconfig/download/editorconfig-0.13.3.tgz", "_shasum": "e5219e587951d60958fd94ea9a9a008cdeff1b34", "_spec": "editorconfig@^0.13.2", "_where": "/Users/FFIB/Desktop/data_visualization/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": { "bluebird": "^3.0.5", "commander": "^2.9.0", "lru-cache": "^3.2.0", "semver": "^5.1.0", "sigmund": "^1.0.1" }, "deprecated": false, "description": "EditorConfig File Locator and Interpreter for Node.js", "devDependencies": { "eclint": "^1.1.5", "mocha": "^2.3.4", "should": "^7.1.1" }, "directories": { "bin": "./bin", "lib": "./lib" }, "homepage": "https://github.com/editorconfig/editorconfig-core-js#readme", "keywords": [ "editorconfig", "core" ], "license": "MIT", "main": "editorconfig.js", "name": "editorconfig", "repository": { "type": "git", "url": "git://github.com/editorconfig/editorconfig-core-js.git" }, "scripts": { "lint": "eclint check --indent_size ignore editorconfig.js README.md \"bin/**\" \"lib/**\"", "pretest": "cmake .", "test": "npm run lint && ctest .", "test-verbose": "npm run lint && ctest -VV --output-on-failure ." }, "version": "0.13.3" }