mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-05 05:55:46 +00:00
70 lines
1.7 KiB
JSON
70 lines
1.7 KiB
JSON
{
|
|
"_from": "postcss-calc@^4.1.0",
|
|
"_id": "postcss-calc@4.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-vuf/ySjHmGmZ7vF7LdiXDIk31HI=",
|
|
"_location": "/postcss-calc",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "postcss-calc@^4.1.0",
|
|
"name": "postcss-calc",
|
|
"escapedName": "postcss-calc",
|
|
"rawSpec": "^4.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/cssnano"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-4.1.0.tgz",
|
|
"_shasum": "bee7ffc928c7986999eef17b2dd8970c8937d472",
|
|
"_spec": "postcss-calc@^4.1.0",
|
|
"_where": "/Users/qudian/Downloads/WebDriverAgent-master/Inspector/node_modules/cssnano",
|
|
"author": {
|
|
"name": "Maxime Thirouin"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/postcss/postcss-calc/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"postcss": "^4.1.11",
|
|
"postcss-message-helpers": "^2.0.0",
|
|
"reduce-css-calc": "^1.2.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "PostCSS plugin to reduce calc()",
|
|
"devDependencies": {
|
|
"jscs": "^1.6.2",
|
|
"jshint": "^2.5.6",
|
|
"postcss-custom-properties": "^3.0.0",
|
|
"tape": "^3.0.0"
|
|
},
|
|
"files": [
|
|
"CHANGELOG.md",
|
|
"LICENSE",
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/postcss/postcss-calc#readme",
|
|
"keywords": [
|
|
"css",
|
|
"postcss",
|
|
"postcss-plugin",
|
|
"calculation",
|
|
"calc"
|
|
],
|
|
"license": "MIT",
|
|
"name": "postcss-calc",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/postcss/postcss-calc.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "jscs *.js **/*.js && jshint . --exclude-path .gitignore",
|
|
"test": "npm run lint && tape test"
|
|
},
|
|
"version": "4.1.0"
|
|
}
|