123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- {
- "_args": [
- [
- "postcss-calc@7.0.5",
- "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
- ]
- ],
- "_development": true,
- "_from": "postcss-calc@7.0.5",
- "_id": "postcss-calc@7.0.5",
- "_inBundle": false,
- "_integrity": "sha1-+KbpnxLmGcLrwjz2xIb9wVhgkz4=",
- "_location": "/postcss-calc",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "postcss-calc@7.0.5",
- "name": "postcss-calc",
- "escapedName": "postcss-calc",
- "rawSpec": "7.0.5",
- "saveSpec": null,
- "fetchSpec": "7.0.5"
- },
- "_requiredBy": [
- "/cssnano-preset-default"
- ],
- "_resolved": "https://registry.npm.taobao.org/postcss-calc/download/postcss-calc-7.0.5.tgz?cache=0&sync_timestamp=1609689191682&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-calc%2Fdownload%2Fpostcss-calc-7.0.5.tgz",
- "_spec": "7.0.5",
- "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
- "author": {
- "name": "Andy Jansson"
- },
- "ava": {
- "require": [
- "@babel/register",
- "@babel/polyfill"
- ]
- },
- "bugs": {
- "url": "https://github.com/postcss/postcss-calc/issues"
- },
- "dependencies": {
- "postcss": "^7.0.27",
- "postcss-selector-parser": "^6.0.2",
- "postcss-value-parser": "^4.0.2"
- },
- "description": "PostCSS plugin to reduce calc()",
- "devDependencies": {
- "@babel/cli": "^7.1.2",
- "@babel/core": "^7.1.2",
- "@babel/polyfill": "^7.0.0",
- "@babel/preset-env": "^7.1.0",
- "@babel/register": "^7.0.0",
- "ava": "^1.4.1",
- "babel-eslint": "^10.0.1",
- "babel-plugin-add-module-exports": "^1.0.0",
- "cross-env": "^5.2.0",
- "del-cli": "^1.1.0",
- "eslint": "^5.7.0",
- "eslint-config-i-am-meticulous": "^11.0.0",
- "eslint-plugin-babel": "^5.2.1",
- "eslint-plugin-import": "^2.14.0",
- "jison-gho": "^0.6.1-215"
- },
- "eslintConfig": {
- "parser": "babel-eslint",
- "extends": "eslint-config-i-am-meticulous",
- "rules": {
- "curly": "error"
- }
- },
- "files": [
- "dist",
- "LICENSE"
- ],
- "homepage": "https://github.com/postcss/postcss-calc#readme",
- "keywords": [
- "css",
- "postcss",
- "postcss-plugin",
- "calculation",
- "calc"
- ],
- "license": "MIT",
- "main": "dist/index.js",
- "name": "postcss-calc",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/postcss/postcss-calc.git"
- },
- "scripts": {
- "build": "del-cli dist && cross-env BABEL_ENV=publish babel src --out-dir dist --ignore src/__tests__/**/*.js && jison src/parser.jison -o dist/parser.js",
- "prepublish": "npm run build",
- "pretest": "npm run build && eslint src",
- "test": "ava"
- },
- "version": "7.0.5"
- }
|