package.json
2.85 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"_args": [
[
{
"raw": "postcss-merge-longhand@^2.0.1",
"scope": null,
"escapedName": "postcss-merge-longhand",
"name": "postcss-merge-longhand",
"rawSpec": "^2.0.1",
"spec": ">=2.0.1 <3.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/cssnano"
]
],
"_from": "postcss-merge-longhand@>=2.0.1 <3.0.0",
"_id": "postcss-merge-longhand@2.0.2",
"_inCache": true,
"_location": "/postcss-merge-longhand",
"_nodeVersion": "6.9.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/postcss-merge-longhand-2.0.2.tgz_1484321626654_0.688682233216241"
},
"_npmUser": {
"name": "beneb",
"email": "beneb.info@gmail.com"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {},
"_requested": {
"raw": "postcss-merge-longhand@^2.0.1",
"scope": null,
"escapedName": "postcss-merge-longhand",
"name": "postcss-merge-longhand",
"rawSpec": "^2.0.1",
"spec": ">=2.0.1 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/cssnano"
],
"_resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-2.0.2.tgz",
"_shasum": "23d90cd127b0a77994915332739034a1a4f3d658",
"_shrinkwrap": null,
"_spec": "postcss-merge-longhand@^2.0.1",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/cssnano",
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "http://beneb.info"
},
"bugs": {
"url": "https://github.com/ben-eb/postcss-merge-longhand/issues"
},
"dependencies": {
"postcss": "^5.0.4"
},
"description": "Merge longhand properties into shorthand with PostCSS.",
"devDependencies": {
"babel": "^5.8.23",
"babel-tape-runner": "^1.2.0",
"tap-spec": "^4.1.0",
"tape": "^4.2.0"
},
"directories": {},
"dist": {
"shasum": "23d90cd127b0a77994915332739034a1a4f3d658",
"tarball": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-2.0.2.tgz"
},
"files": [
"LICENSE-MIT",
"dist"
],
"gitHead": "829da155733426419317825e63260ac6d03c2c3f",
"homepage": "https://github.com/ben-eb/postcss-merge-longhand",
"keywords": [
"css",
"minify",
"optimise",
"postcss",
"postcss-plugin"
],
"license": "MIT",
"main": "dist/index.js",
"maintainers": [
{
"name": "beneb",
"email": "beneb.info@gmail.com"
}
],
"name": "postcss-merge-longhand",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/ben-eb/postcss-merge-longhand.git"
},
"scripts": {
"prepublish": "babel src --out-dir dist --ignore /__tests__/",
"test": "babel-tape-runner \"src/**/__tests__/*.js\" | tap-spec"
},
"version": "2.0.2"
}