123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- {
- "_args": [
- [
- "csscomb@3.1.8",
- "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
- ]
- ],
- "_development": true,
- "_from": "csscomb@3.1.8",
- "_id": "csscomb@3.1.8",
- "_inBundle": false,
- "_integrity": "sha1-qKc4iE9Am6817JRhr8UuHHW9I6I=",
- "_location": "/csscomb",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "csscomb@3.1.8",
- "name": "csscomb",
- "escapedName": "csscomb",
- "rawSpec": "3.1.8",
- "saveSpec": null,
- "fetchSpec": "3.1.8"
- },
- "_requiredBy": [
- "/gulp-csscomb"
- ],
- "_resolved": "https://registry.npmjs.org/csscomb/-/csscomb-3.1.8.tgz",
- "_spec": "3.1.8",
- "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
- "author": {
- "name": "Mikhail Troshev",
- "email": "mishanga@yandex-team.ru"
- },
- "bin": {
- "csscomb": "./bin/csscomb"
- },
- "bugs": {
- "url": "https://github.com/csscomb/csscomb.js/issues"
- },
- "contributors": [
- {
- "name": "Igor Novak",
- "email": "bezengi@gmail.com"
- },
- {
- "name": "Roman Komarov",
- "email": "kizmarh@ya.ru"
- },
- {
- "name": "Denis Payase",
- "email": "lostsoul@yandex-team.ru"
- },
- {
- "name": "Mikhail Troshev",
- "email": "mishanga@yandex-team.ru",
- "url": "http://mishanga.pro/"
- },
- {
- "name": "Sergey Puzankov",
- "email": "puzankov@yandex-team.ru"
- }
- ],
- "dependencies": {
- "commander": "2.0.0",
- "csscomb-core": "3.0.0-3.1",
- "gonzales-pe": "3.0.0-28",
- "vow": "0.4.4"
- },
- "description": "CSS coding style formatter",
- "devDependencies": {
- "jscs": "1.4.5",
- "jshint": "2.3.0",
- "jshint-groups": "0.5.3",
- "mocha": "1.20.1"
- },
- "engines": {
- "node": ">= 0.10.0"
- },
- "files": [
- "bin",
- "config",
- "lib"
- ],
- "homepage": "http://csscomb.com/",
- "main": "./lib/csscomb.js",
- "maintainers": [
- {
- "name": "Tony Ganch",
- "email": "tonyganch+github@gmail.com",
- "url": "http://tonyganch.com/"
- }
- ],
- "name": "csscomb",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/csscomb/csscomb.js.git"
- },
- "scripts": {
- "test": "jshint-groups && ./node_modules/.bin/jscs . && node test/mocha",
- "test-cov": "rm -rf lib-cov && jscoverage lib lib-cov && TEST_COV=true node test/mocha > ./test/test-coverage.html"
- },
- "version": "3.1.8"
- }
|