j-gallery
Version:
a picture layout library
140 lines (139 loc) • 3.23 kB
JSON
{
"_args": [
[
"postcss@6.0.8",
"/Users/apple/Desktop/Repositories/Gallery/example"
]
],
"_development": true,
"_from": "postcss@6.0.8",
"_id": "postcss@6.0.8",
"_inBundle": false,
"_integrity": "sha1-iQZ6nOixH4qEy8URfvwwQZoIV7M=",
"_location": "/postcss",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss@6.0.8",
"name": "postcss",
"escapedName": "postcss",
"rawSpec": "6.0.8",
"saveSpec": null,
"fetchSpec": "6.0.8"
},
"_requiredBy": [
"/autoprefixer",
"/icss-utils",
"/postcss-loader",
"/postcss-modules-extract-imports",
"/postcss-modules-local-by-default",
"/postcss-modules-scope",
"/postcss-modules-values"
],
"_resolved": "http://registry.npm.taobao.org/postcss/download/postcss-6.0.8.tgz",
"_spec": "6.0.8",
"_where": "/Users/apple/Desktop/Repositories/Gallery/example",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"browser": {
"fs": false
},
"bugs": {
"url": "https://github.com/postcss/postcss/issues"
},
"dependencies": {
"chalk": "^2.0.1",
"source-map": "^0.5.6",
"supports-color": "^4.2.0"
},
"description": "Tool for transforming styles with JS plugins",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"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.2.0",
"eslint-config-postcss": "^2.0.2",
"fs-extra": "^4.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-changed": "^3.1.0",
"gulp-eslint": "^4.0.0",
"gulp-jest": "^2.0.0",
"gulp-run": "^1.7.1",
"gulp-sourcemaps": "^2.6.0",
"jest": "^20.0.4",
"jsdoc": "^3.5.3",
"lint-staged": "^4.0.2",
"postcss-parser-tests": "^6.0.2",
"pre-commit": "^1.2.2",
"run-sequence": "^2.0.0",
"size-limit": "^0.7.0",
"strip-ansi": "^4.0.0",
"yaspeller-ci": "^0.6.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/",
"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"
},
"sizeLimit": [
{
"path": "build/lib/postcss.js",
"babili": true,
"limit": "36 KB"
}
],
"types": "lib/postcss.d.ts",
"version": "6.0.8"
}