UNPKG

react-scripts

Version:
176 lines (175 loc) 4.5 kB
{ "_args": [ [ { "raw": "postcss@^5.1.2", "scope": null, "escapedName": "postcss", "name": "postcss", "rawSpec": "^5.1.2", "spec": ">=5.1.2 <6.0.0", "type": "range" }, "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/autoprefixer" ] ], "_from": "postcss@>=5.1.2 <6.0.0", "_id": "postcss@5.2.0", "_inCache": true, "_location": "/postcss", "_nodeVersion": "6.5.0", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/postcss-5.2.0.tgz_1473222562845_0.7899637438822538" }, "_npmUser": { "name": "ai", "email": "andrey@sitnik.ru" }, "_npmVersion": "3.10.3", "_phantomChildren": {}, "_requested": { "raw": "postcss@^5.1.2", "scope": null, "escapedName": "postcss", "name": "postcss", "rawSpec": "^5.1.2", "spec": ">=5.1.2 <6.0.0", "type": "range" }, "_requiredBy": [ "/autoprefixer", "/css-loader", "/cssnano", "/postcss-calc", "/postcss-colormin", "/postcss-convert-values", "/postcss-discard-comments", "/postcss-discard-duplicates", "/postcss-discard-empty", "/postcss-discard-overridden", "/postcss-discard-unused", "/postcss-filter-plugins", "/postcss-loader", "/postcss-merge-idents", "/postcss-merge-longhand", "/postcss-merge-rules", "/postcss-minify-font-values", "/postcss-minify-gradients", "/postcss-minify-params", "/postcss-minify-selectors", "/postcss-modules-extract-imports", "/postcss-modules-local-by-default", "/postcss-modules-scope", "/postcss-modules-values", "/postcss-normalize-charset", "/postcss-normalize-url", "/postcss-ordered-values", "/postcss-reduce-idents", "/postcss-reduce-initial", "/postcss-reduce-transforms", "/postcss-svgo", "/postcss-unique-selectors", "/postcss-zindex" ], "_resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.0.tgz", "_shasum": "cdbee46b45abec245ed7ee8e905fc336c1dce2c9", "_shrinkwrap": null, "_spec": "postcss@^5.1.2", "_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/autoprefixer", "author": { "name": "Andrey Sitnik", "email": "andrey@sitnik.ru" }, "bugs": { "url": "https://github.com/postcss/postcss/issues" }, "dependencies": { "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.16.0", "babel-core": "6.14.0", "babel-eslint": "6.1.2", "babel-plugin-add-module-exports": "0.2.1", "babel-plugin-precompile-charcodes": "1.0.0", "babel-preset-es2015": "6.14.0", "chalk": "1.1.3", "concat-with-sourcemaps": "1.0.4", "del": "2.2.2", "docdash": "0.4.0", "eslint": "3.4.0", "eslint-config-postcss": "2.0.2", "fs-extra": "0.30.0", "gulp": "3.9.1", "gulp-ava": "0.14.1", "gulp-babel": "6.1.2", "gulp-changed": "1.3.2", "gulp-eslint": "3.0.1", "gulp-jsdoc3": "0.3.0", "gulp-run": "1.7.1", "gulp-sourcemaps": "1.6.0", "lint-staged": "2.0.3", "postcss-parser-tests": "5.0.10", "pre-commit": "1.1.3", "run-sequence": "1.2.2", "sinon": "1.17.5", "strip-ansi": "3.0.1", "yaspeller": "2.9.1" }, "directories": {}, "dist": { "shasum": "cdbee46b45abec245ed7ee8e905fc336c1dce2c9", "tarball": "https://registry.npmjs.org/postcss/-/postcss-5.2.0.tgz" }, "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" }, "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" }, "typings": "d.ts/postcss.d.ts", "version": "5.2.0" }