yhtml5-test
Version:
A test framework for front-end projects
150 lines (149 loc) • 3.54 kB
JSON
{
"_args": [
[
"postcss@6.0.13",
"/Users/yhtml5/projects/gitlab/2dfire-scripts/packages/2dfire-test/demo"
]
],
"_from": "postcss@6.0.13",
"_id": "postcss@6.0.13",
"_inBundle": false,
"_integrity": "sha512-nHsrD1PPTMSJDfU+osVsLtPkSP9YGeoOz4FDLN4r1DW4N5vqL1J+gACzTQHsfwIiWG/0/nV4yCzjTMo1zD8U1g==",
"_location": "/postcss",
"_phantomChildren": {
"ansi-styles": "3.2.0",
"escape-string-regexp": "1.0.5",
"supports-color": "4.4.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss@6.0.13",
"name": "postcss",
"escapedName": "postcss",
"rawSpec": "6.0.13",
"saveSpec": null,
"fetchSpec": "6.0.13"
},
"_requiredBy": [
"/autoprefixer",
"/icss-utils",
"/postcss-flexbugs-fixes",
"/postcss-loader",
"/postcss-modules-extract-imports",
"/postcss-modules-local-by-default",
"/postcss-modules-scope",
"/postcss-modules-values"
],
"_resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.13.tgz",
"_spec": "6.0.13",
"_where": "/Users/yhtml5/projects/gitlab/2dfire-scripts/packages/2dfire-test/demo",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"browser": {
"supports-color": false,
"chalk": false,
"fs": false
},
"bugs": {
"url": "https://github.com/postcss/postcss/issues"
},
"dependencies": {
"chalk": "^2.1.0",
"source-map": "^0.6.1",
"supports-color": "^4.4.0"
},
"description": "Tool for transforming styles with JS plugins",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-precompile-charcodes": "^1.1.0",
"babel-preset-env": "^1.6.0",
"concat-with-sourcemaps": "^1.0.4",
"del": "^3.0.0",
"docdash": "^0.4.0",
"eslint": "^4.8.0",
"eslint-config-postcss": "^2.0.2",
"fs-extra": "^4.0.2",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-changed": "^3.1.0",
"gulp-eslint": "^4.0.0",
"gulp-jest": "^2.0.0",
"gulp-run": "^1.7.1",
"gulp-sourcemaps": "^2.6.1",
"jest": "^21.2.1",
"jsdoc": "^3.5.5",
"lint-staged": "^4.2.3",
"postcss-parser-tests": "^6.1.0",
"pre-commit": "^1.2.2",
"run-sequence": "^2.2.0",
"size-limit": "^0.11.6",
"strip-ansi": "^4.0.0",
"yaspeller-ci": "^0.7.0"
},
"engines": {
"node": ">=4.0.0"
},
"eslintConfig": {
"parser": "babel-eslint",
"extends": "eslint-config-postcss",
"rules": {
"consistent-return": "off",
"valid-jsdoc": "error",
"complexity": "off",
"no-new": "off"
},
"env": {
"browser": true,
"jest": true
}
},
"homepage": "http://postcss.org/",
"jest": {
"modulePathIgnorePatterns": [
"build"
]
},
"keywords": [
"css",
"postcss",
"rework",
"preprocessor",
"parser",
"source map",
"transform",
"manipulation",
"transpiler"
],
"license": "MIT",
"lint-staged": {
"test/*.js": "eslint",
"lib/*.es6": "eslint",
"*.md": "yaspeller-ci"
},
"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"
},
"size-limit": [
{
"path": "lib/postcss.js",
"limit": "29 KB"
}
],
"types": "lib/postcss.d.ts",
"version": "6.0.13"
}