Files
ASHEBShop-h5/node_modules/postcss-merge-longhand/package.json
T
2017-05-10 16:33:00 +08:00

102 lines
2.8 KiB
JSON

{
"_args": [
[
"postcss-merge-longhand@^2.0.1",
"/Users/xmfish/Desktop/test/reacttest/node_modules/cssnano"
]
],
"_cnpm_publish_time": 1484321628356,
"_from": "postcss-merge-longhand@>=2.0.1 <3.0.0",
"_hasShrinkwrap": false,
"_id": "postcss-merge-longhand@2.0.2",
"_inCache": true,
"_installable": 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": {
"email": "beneb.info@gmail.com",
"name": "beneb"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {},
"_requested": {
"name": "postcss-merge-longhand",
"raw": "postcss-merge-longhand@^2.0.1",
"rawSpec": "^2.0.1",
"scope": null,
"spec": ">=2.0.1 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/cssnano"
],
"_resolved": "http://registry.npm.taobao.org/postcss-merge-longhand/download/postcss-merge-longhand-2.0.2.tgz",
"_shasum": "23d90cd127b0a77994915332739034a1a4f3d658",
"_shrinkwrap": null,
"_spec": "postcss-merge-longhand@^2.0.1",
"_where": "/Users/xmfish/Desktop/test/reacttest/node_modules/cssnano",
"author": {
"email": "beneb.info@gmail.com",
"name": "Ben Briggs",
"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": {
"noattachment": false,
"shasum": "23d90cd127b0a77994915332739034a1a4f3d658",
"size": 8526,
"tarball": "http://registry.npm.taobao.org/postcss-merge-longhand/download/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": "therealbenbriggs@hotmail.com"
}
],
"name": "postcss-merge-longhand",
"optionalDependencies": {},
"publish_time": 1484321628356,
"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"
}