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