Initial commit
[yaffs-website] / node_modules / postcss-load-config / package.json
1 {
2   "_args": [
3     [
4       "postcss-load-config@^1.1.0",
5       "/var/www/yaffs/node_modules/gulp-postcss"
6     ]
7   ],
8   "_from": "postcss-load-config@>=1.1.0 <2.0.0",
9   "_id": "postcss-load-config@1.2.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/postcss-load-config",
13   "_nodeVersion": "7.5.0",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/postcss-load-config-1.2.0.tgz_1486952724378_0.6930401120334864"
17   },
18   "_npmUser": {
19     "email": "michael.ciniawsky@gmail.com",
20     "name": "michael-ciniawsky"
21   },
22   "_npmVersion": "4.1.2",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "postcss-load-config",
26     "raw": "postcss-load-config@^1.1.0",
27     "rawSpec": "^1.1.0",
28     "scope": null,
29     "spec": ">=1.1.0 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/gulp-postcss"
34   ],
35   "_resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-1.2.0.tgz",
36   "_shasum": "539e9afc9ddc8620121ebf9d8c3673e0ce50d28a",
37   "_shrinkwrap": null,
38   "_spec": "postcss-load-config@^1.1.0",
39   "_where": "/var/www/yaffs/node_modules/gulp-postcss",
40   "author": {
41     "email": "michael.ciniawsky@gmail.com",
42     "name": "Michael Ciniawky"
43   },
44   "bugs": {
45     "url": "https://github.com/michael-ciniawsky/postcss-load-config/issues"
46   },
47   "contributors": [
48     {
49       "name": "Mateusz Derks",
50       "url": "http://ertrzyiks.me"
51     },
52     {
53       "name": "Ryan Dunckel",
54       "email": "sparty02@gmail.com"
55     },
56     {
57       "name": "Patrick Gilday"
58     },
59     {
60       "name": "Dalton Santos"
61     }
62   ],
63   "dependencies": {
64     "cosmiconfig": "^2.1.0",
65     "object-assign": "^4.1.0",
66     "postcss-load-options": "^1.2.0",
67     "postcss-load-plugins": "^2.3.0"
68   },
69   "description": "Autoload Config for PostCSS",
70   "devDependencies": {
71     "ava": "^0.18.1",
72     "coveralls": "^2.11.16",
73     "cssnano": "^3.10.0",
74     "jsdoc-to-markdown": "^3.0.0",
75     "nyc": "^10.1.0",
76     "postcss": "^5.2.12",
77     "postcss-cssnext": "^2.8.0",
78     "postcss-import": "^9.1.0",
79     "postcss-nested": "^1.0.0",
80     "postcss-scss": "^0.4.0",
81     "postcss-sprites": "^4.2.0",
82     "standard": "^8.6.0",
83     "standard-changelog": "0.0.1",
84     "sugarss": "^0.2.0"
85   },
86   "directories": {},
87   "dist": {
88     "shasum": "539e9afc9ddc8620121ebf9d8c3673e0ce50d28a",
89     "tarball": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-1.2.0.tgz"
90   },
91   "engines": {
92     "node": ">=0.12"
93   },
94   "files": [
95     "index.js"
96   ],
97   "gitHead": "a97396c6c9ede81a05e6dceab1a9c2aa896803bf",
98   "homepage": "https://github.com/michael-ciniawsky/postcss-load-config#readme",
99   "keywords": [
100     "postcss",
101     "postcss-config"
102   ],
103   "license": "MIT",
104   "main": "index.js",
105   "maintainers": [
106     {
107       "name": "michael-ciniawsky",
108       "email": "michael.ciniawsky@gmail.com"
109     }
110   ],
111   "name": "postcss-load-config",
112   "optionalDependencies": {},
113   "readme": "ERROR: No README data found!",
114   "repository": {
115     "type": "git",
116     "url": "git+https://github.com/michael-ciniawsky/postcss-load-config.git"
117   },
118   "scripts": {
119     "clean": "rm -rf .nyc_output coverage jsdoc-api dmd",
120     "docs": "jsdoc2md index.js > INDEX.md",
121     "lint": "standard",
122     "logs": "standard-changelog -i CHANGELOG.md -w",
123     "start": "sudo npm run clean && npm run lint && sudo npm test",
124     "test": "nyc ava -v test/err/index.js test/pkg/index.js test/rc/index.js test/js/**/index.js"
125   },
126   "version": "1.2.0"
127 }