1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
| {
| "_from": "postcss-initial@^3.0.0",
| "_id": "postcss-initial@3.0.4",
| "_inBundle": false,
| "_integrity": "sha512-3RLn6DIpMsK1l5UUy9jxQvoDeUN4gP939tDcKUHD/kM8SGSKbFAnvkpFpj3Bhtz3HGk1jWY5ZNWX6mPta5M9fg==",
| "_location": "/postcss-initial",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "postcss-initial@^3.0.0",
| "name": "postcss-initial",
| "escapedName": "postcss-initial",
| "rawSpec": "^3.0.0",
| "saveSpec": null,
| "fetchSpec": "^3.0.0"
| },
| "_requiredBy": [
| "/postcss-preset-env"
| ],
| "_resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-3.0.4.tgz",
| "_shasum": "9d32069a10531fe2ecafa0b6ac750ee0bc7efc53",
| "_spec": "postcss-initial@^3.0.0",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\postcss-preset-env",
| "author": {
| "name": "Maksim Koretskiy",
| "email": "mr.green.tv@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/maximkoretskiy/postcss-initial/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "postcss": "^7.0.2"
| },
| "deprecated": false,
| "description": "PostCSS plugin to fallback initial keyword.",
| "devDependencies": {
| "chai": "3.5.0",
| "eslint": "^4.18.2",
| "husky": "^3.0.9",
| "mocha": "^3.3.0",
| "standard-version": "^8.0.1"
| },
| "homepage": "https://github.com/maximkoretskiy/postcss-initial#readme",
| "husky": {
| "hooks": {
| "pre-commit": "npm test",
| "pre-push": "npm test"
| }
| },
| "keywords": [
| "postcss",
| "css",
| "postcss-plugin",
| "reset"
| ],
| "license": "MIT",
| "name": "postcss-initial",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/maximkoretskiy/postcss-initial.git"
| },
| "scripts": {
| "lint": "eslint *.js ./lib/ ./test/",
| "release": "standard-version",
| "tdd": "mocha -w --watch-extensions js,json,css",
| "test": "npm run lint && mocha"
| },
| "standard-version": {
| "scripts": {
| "prerelease": "npm test"
| }
| },
| "version": "3.0.4"
| }
|
|