Files

115 lines
2.6 KiB
JSON

{
"_args": [
[
"postcss@5.2.6",
"/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
]
],
"_development": true,
"_from": "postcss@5.2.6",
"_id": "postcss@5.2.6",
"_inBundle": false,
"_integrity": "sha1-olLNZ81SWFA18X6a0Ss1E3p73Z4=",
"_location": "/postcss",
"_phantomChildren": {
"has-flag": "1.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss@5.2.6",
"name": "postcss",
"escapedName": "postcss",
"rawSpec": "5.2.6",
"saveSpec": null,
"fetchSpec": "5.2.6"
},
"_requiredBy": [
"/autoprefixer",
"/gulp-autoprefixer"
],
"_resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.6.tgz",
"_spec": "5.2.6",
"_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"bugs": {
"url": "https://github.com/postcss/postcss/issues"
},
"dependencies": {
"chalk": "^1.1.3",
"js-base64": "^2.1.9",
"source-map": "^0.5.6",
"supports-color": "^3.1.2"
},
"description": "Tool for transforming styles with JS plugins",
"devDependencies": {
"ava": "0.17.0",
"babel-core": "6.18.2",
"babel-eslint": "7.1.1",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-precompile-charcodes": "1.0.0",
"babel-preset-es2015": "6.18.0",
"chalk": "1.1.3",
"concat-with-sourcemaps": "1.0.4",
"del": "2.2.2",
"docdash": "0.4.0",
"eslint": "3.10.2",
"eslint-config-postcss": "2.0.2",
"fs-extra": "1.0.0",
"gulp": "3.9.1",
"gulp-ava": "0.15.0",
"gulp-babel": "6.1.2",
"gulp-changed": "1.3.2",
"gulp-eslint": "3.0.1",
"gulp-run": "1.7.1",
"gulp-sourcemaps": "2.2.0",
"jsdoc": "3.4.3",
"lint-staged": "3.2.1",
"postcss-parser-tests": "5.0.10",
"pre-commit": "1.1.3",
"run-sequence": "1.2.2",
"sinon": "1.17.6",
"strip-ansi": "3.0.1",
"yaspeller": "3.0.0"
},
"engines": {
"node": ">=0.12"
},
"homepage": "http://postcss.org/",
"keywords": [
"css",
"postcss",
"rework",
"preprocessor",
"parser",
"source map",
"transform",
"manipulation",
"transpiler"
],
"license": "MIT",
"lint-staged": {
"test/*.js": "eslint",
"lib/*.es6": "eslint",
"*.md": "yaspeller"
},
"main": "lib/postcss",
"name": "postcss",
"pre-commit": [
"lint-staged"
],
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/postcss.git"
},
"scripts": {
"lint-staged": "lint-staged",
"test": "gulp"
},
"typings": "d.ts/postcss.d.ts",
"version": "5.2.6"
}