mirror of
https://github.com/thangisme/notes.git
synced 2026-06-12 12:09:07 -04:00
Initial commit
This commit is contained in:
150
node_modules/postcss/package.json
generated
vendored
Normal file
150
node_modules/postcss/package.json
generated
vendored
Normal file
@@ -0,0 +1,150 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"postcss@^5.0.20",
|
||||
"/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint"
|
||||
]
|
||||
],
|
||||
"_from": "postcss@>=5.0.20 <6.0.0",
|
||||
"_id": "postcss@5.2.15",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/postcss",
|
||||
"_nodeVersion": "7.5.0",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-12-west.internal.npmjs.com",
|
||||
"tmp": "tmp/postcss-5.2.15.tgz_1487764828888_0.8921894764062017"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "andrey@sitnik.ru",
|
||||
"name": "ai"
|
||||
},
|
||||
"_npmVersion": "4.1.2",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "postcss",
|
||||
"raw": "postcss@^5.0.20",
|
||||
"rawSpec": "^5.0.20",
|
||||
"scope": null,
|
||||
"spec": ">=5.0.20 <6.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/autoprefixer",
|
||||
"/colorguard",
|
||||
"/colorguard/postcss-reporter",
|
||||
"/doiuse",
|
||||
"/postcss-less",
|
||||
"/postcss-reporter",
|
||||
"/postcss-scss",
|
||||
"/stylehacks",
|
||||
"/stylehacks/postcss-reporter",
|
||||
"/stylelint",
|
||||
"/sugarss"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.15.tgz",
|
||||
"_shasum": "a9e8685e50e06cc5b3fdea5297273246c26f5b30",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "postcss@^5.0.20",
|
||||
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/stylelint",
|
||||
"author": {
|
||||
"email": "andrey@sitnik.ru",
|
||||
"name": "Andrey Sitnik"
|
||||
},
|
||||
"browser": {
|
||||
"fs": false
|
||||
},
|
||||
"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.2.3"
|
||||
},
|
||||
"description": "Tool for transforming styles with JS plugins",
|
||||
"devDependencies": {
|
||||
"ava": "^0.17.0",
|
||||
"babel-core": "^6.23.1",
|
||||
"babel-eslint": "^7.1.1",
|
||||
"babel-plugin-add-module-exports": "^0.2.1",
|
||||
"babel-plugin-precompile-charcodes": "^1.0.0",
|
||||
"babel-preset-es2015": "^6.22.0",
|
||||
"chalk": "^1.1.3",
|
||||
"concat-with-sourcemaps": "^1.0.4",
|
||||
"del": "^2.2.2",
|
||||
"docdash": "^0.4.0",
|
||||
"eslint": "^3.16.0",
|
||||
"eslint-config-postcss": "^2.0.2",
|
||||
"fs-extra": "^2.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.4.1",
|
||||
"jsdoc": "^3.4.3",
|
||||
"lint-staged": "^3.3.1",
|
||||
"postcss-parser-tests": "^5.0.11",
|
||||
"pre-commit": "^1.2.2",
|
||||
"run-sequence": "^1.2.2",
|
||||
"sinon": "^1.17.7",
|
||||
"strip-ansi": "^3.0.1",
|
||||
"yaspeller": "^3.0.0"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "a9e8685e50e06cc5b3fdea5297273246c26f5b30",
|
||||
"tarball": "https://registry.npmjs.org/postcss/-/postcss-5.2.15.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.12"
|
||||
},
|
||||
"homepage": "http://postcss.org/",
|
||||
"keywords": [
|
||||
"css",
|
||||
"manipulation",
|
||||
"parser",
|
||||
"postcss",
|
||||
"preprocessor",
|
||||
"rework",
|
||||
"source map",
|
||||
"transform",
|
||||
"transpiler"
|
||||
],
|
||||
"license": "MIT",
|
||||
"lint-staged": {
|
||||
"*.md": "yaspeller",
|
||||
"lib/*.es6": "eslint",
|
||||
"test/*.js": "eslint"
|
||||
},
|
||||
"main": "lib/postcss",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "ai",
|
||||
"email": "andrey@sitnik.ru"
|
||||
},
|
||||
{
|
||||
"name": "beneb",
|
||||
"email": "beneb.info@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "postcss",
|
||||
"optionalDependencies": {},
|
||||
"pre-commit": [
|
||||
"lint-staged"
|
||||
],
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/postcss/postcss.git"
|
||||
},
|
||||
"scripts": {
|
||||
"lint-staged": "lint-staged",
|
||||
"test": "gulp"
|
||||
},
|
||||
"types": "lib/postcss.d.ts",
|
||||
"version": "5.2.15"
|
||||
}
|
||||
Reference in New Issue
Block a user