forked from enviPath/enviPy
Current Dev State
This commit is contained in:
139
static/js/ketcher2/node_modules/postcss/package.json
generated
vendored
Normal file
139
static/js/ketcher2/node_modules/postcss/package.json
generated
vendored
Normal file
@ -0,0 +1,139 @@
|
||||
{
|
||||
"_from": "postcss@^6.0.1",
|
||||
"_id": "postcss@6.0.13",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-nHsrD1PPTMSJDfU+osVsLtPkSP9YGeoOz4FDLN4r1DW4N5vqL1J+gACzTQHsfwIiWG/0/nV4yCzjTMo1zD8U1g==",
|
||||
"_location": "/postcss",
|
||||
"_phantomChildren": {
|
||||
"color-convert": "1.9.0",
|
||||
"escape-string-regexp": "1.0.5"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "postcss@^6.0.1",
|
||||
"name": "postcss",
|
||||
"escapedName": "postcss",
|
||||
"rawSpec": "^6.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^6.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/autoprefixer",
|
||||
"/gulp-autoprefixer"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.13.tgz",
|
||||
"_shasum": "b9ecab4ee00c89db3ec931145bd9590bbf3f125f",
|
||||
"_spec": "postcss@^6.0.1",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/gulp-autoprefixer",
|
||||
"author": {
|
||||
"name": "Andrey Sitnik",
|
||||
"email": "andrey@sitnik.ru"
|
||||
},
|
||||
"browser": {
|
||||
"supports-color": false,
|
||||
"chalk": false,
|
||||
"fs": false
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/postcss/postcss/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"chalk": "^2.1.0",
|
||||
"source-map": "^0.6.1",
|
||||
"supports-color": "^4.4.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user