Initial commit
[yaffs-website] / node_modules / postcss / package.json
1 {
2   "_args": [
3     [
4       "postcss@^5.2.10",
5       "/var/www/yaffs/node_modules/gulp-postcss"
6     ]
7   ],
8   "_from": "postcss@>=5.2.10 <6.0.0",
9   "_id": "postcss@5.2.16",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/postcss",
13   "_nodeVersion": "7.7.1",
14   "_npmOperationalInternal": {
15     "host": "packages-18-east.internal.npmjs.com",
16     "tmp": "tmp/postcss-5.2.16.tgz_1488901903362_0.9278970404993743"
17   },
18   "_npmUser": {
19     "email": "andrey@sitnik.ru",
20     "name": "ai"
21   },
22   "_npmVersion": "4.1.2",
23   "_phantomChildren": {
24     "has-flag": "1.0.0"
25   },
26   "_requested": {
27     "name": "postcss",
28     "raw": "postcss@^5.2.10",
29     "rawSpec": "^5.2.10",
30     "scope": null,
31     "spec": ">=5.2.10 <6.0.0",
32     "type": "range"
33   },
34   "_requiredBy": [
35     "/gulp-postcss"
36   ],
37   "_resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.16.tgz",
38   "_shasum": "732b3100000f9ff8379a48a53839ed097376ad57",
39   "_shrinkwrap": null,
40   "_spec": "postcss@^5.2.10",
41   "_where": "/var/www/yaffs/node_modules/gulp-postcss",
42   "author": {
43     "email": "andrey@sitnik.ru",
44     "name": "Andrey Sitnik"
45   },
46   "browser": {
47     "fs": false
48   },
49   "bugs": {
50     "url": "https://github.com/postcss/postcss/issues"
51   },
52   "dependencies": {
53     "chalk": "^1.1.3",
54     "js-base64": "^2.1.9",
55     "source-map": "^0.5.6",
56     "supports-color": "^3.2.3"
57   },
58   "description": "Tool for transforming styles with JS plugins",
59   "devDependencies": {
60     "ava": "^0.17.0",
61     "babel-core": "^6.23.1",
62     "babel-eslint": "^7.1.1",
63     "babel-plugin-add-module-exports": "^0.2.1",
64     "babel-plugin-precompile-charcodes": "^1.0.0",
65     "babel-preset-es2015": "^6.22.0",
66     "chalk": "^1.1.3",
67     "concat-with-sourcemaps": "^1.0.4",
68     "del": "^2.2.2",
69     "docdash": "^0.4.0",
70     "eslint": "^3.17.1",
71     "eslint-config-postcss": "^2.0.2",
72     "fs-extra": "^2.0.0",
73     "gulp": "^3.9.1",
74     "gulp-ava": "^0.15.0",
75     "gulp-babel": "^6.1.2",
76     "gulp-changed": "^1.3.2",
77     "gulp-eslint": "^3.0.1",
78     "gulp-run": "^1.7.1",
79     "gulp-sourcemaps": "^2.4.1",
80     "jsdoc": "^3.4.3",
81     "lint-staged": "^3.3.1",
82     "postcss-parser-tests": "^5.0.11",
83     "pre-commit": "^1.2.2",
84     "run-sequence": "^1.2.2",
85     "sinon": "^1.17.7",
86     "strip-ansi": "^3.0.1",
87     "yaspeller-ci": "^0.3.0"
88   },
89   "directories": {},
90   "dist": {
91     "shasum": "732b3100000f9ff8379a48a53839ed097376ad57",
92     "tarball": "https://registry.npmjs.org/postcss/-/postcss-5.2.16.tgz"
93   },
94   "engines": {
95     "node": ">=0.12"
96   },
97   "homepage": "http://postcss.org/",
98   "keywords": [
99     "css",
100     "manipulation",
101     "parser",
102     "postcss",
103     "preprocessor",
104     "rework",
105     "source map",
106     "transform",
107     "transpiler"
108   ],
109   "license": "MIT",
110   "lint-staged": {
111     "*.md": "yaspeller-ci",
112     "lib/*.es6": "eslint",
113     "test/*.js": "eslint"
114   },
115   "main": "lib/postcss",
116   "maintainers": [
117     {
118       "name": "ai",
119       "email": "andrey@sitnik.ru"
120     },
121     {
122       "name": "beneb",
123       "email": "beneb.info@gmail.com"
124     }
125   ],
126   "name": "postcss",
127   "optionalDependencies": {},
128   "pre-commit": [
129     "lint-staged"
130   ],
131   "readme": "ERROR: No README data found!",
132   "repository": {
133     "type": "git",
134     "url": "git+https://github.com/postcss/postcss.git"
135   },
136   "scripts": {
137     "lint-staged": "lint-staged",
138     "test": "gulp"
139   },
140   "types": "lib/postcss.d.ts",
141   "version": "5.2.16"
142 }