123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- {
- "_args": [
- [
- "editorconfig@0.15.3",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "editorconfig@0.15.3",
- "_id": "editorconfig@0.15.3",
- "_inBundle": false,
- "_integrity": "sha1-vvhMTnX7jcsM5c7o79UcFZmb78U=",
- "_location": "/editorconfig",
- "_phantomChildren": {
- "pseudomap": "1.0.2"
- },
- "_requested": {
- "type": "version",
- "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.npm.taobao.org/editorconfig/download/editorconfig-0.15.3.tgz",
- "_spec": "0.15.3",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "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": {
- "commander": "^2.19.0",
- "lru-cache": "^4.1.5",
- "semver": "^5.6.0",
- "sigmund": "^1.0.1"
- },
- "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"
- }
|