diff options
| author | ruki <waruqi@gmail.com> | 2018-11-08 00:43:05 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2018-11-07 22:18:30 +0800 |
| commit | 89e95b3f143682ed9a006991bacf45c9dcba4818 (patch) | |
| tree | 4f44cf41b828577d583890bdd5a1c31e8491a6ba /node_modules/postcss-normalize-url/package.json | |
| parent | aa7f0199255277949790b41c56e8ec97dd4f0da4 (diff) | |
| download | xmake-docs-vuepress.tar.gz xmake-docs-vuepress.zip | |
remove node_modulesvuepress
Diffstat (limited to 'node_modules/postcss-normalize-url/package.json')
| -rw-r--r-- | node_modules/postcss-normalize-url/package.json | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/node_modules/postcss-normalize-url/package.json b/node_modules/postcss-normalize-url/package.json deleted file mode 100644 index 11afd499..00000000 --- a/node_modules/postcss-normalize-url/package.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "name": "postcss-normalize-url", - "version": "3.0.8", - "description": "Normalize URLs with PostCSS", - "main": "dist/index.js", - "files": [ - "dist", - "LICENSE-MIT" - ], - "scripts": { - "pretest": "eslint src", - "prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/", - "test": "ava src/__tests__", - "test-012": "ava src/__tests__" - }, - "keywords": [ - "css", - "normalize", - "optimise", - "optimisation", - "postcss", - "postcss-plugin", - "url" - ], - "license": "MIT", - "dependencies": { - "is-absolute-url": "^2.0.0", - "normalize-url": "^1.4.0", - "postcss": "^5.0.14", - "postcss-value-parser": "^3.2.3" - }, - "devDependencies": { - "ava": "^0.17.0", - "babel-cli": "^6.3.17", - "babel-core": "^6.3.26", - "babel-plugin-add-module-exports": "^0.2.1", - "babel-preset-es2015": "^6.3.13", - "babel-preset-es2015-loose": "^7.0.0", - "babel-preset-stage-0": "^6.3.13", - "babel-register": "^6.9.0", - "del-cli": "^0.2.0", - "eslint": "^3.0.0", - "eslint-config-cssnano": "^3.0.0", - "eslint-plugin-babel": "^3.3.0", - "eslint-plugin-import": "^2.0.1" - }, - "homepage": "https://github.com/ben-eb/postcss-normalize-url", - "author": { - "name": "Ben Briggs", - "email": "beneb.info@gmail.com", - "url": "http://beneb.info" - }, - "repository": "ben-eb/postcss-normalize-url", - "eslintConfig": { - "extends": "cssnano" - }, - "ava": { - "require": "babel-register" - } -} |
