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-modules-scope/package.json | |
| parent | aa7f0199255277949790b41c56e8ec97dd4f0da4 (diff) | |
| download | xmake-docs-vuepress.tar.gz xmake-docs-vuepress.zip | |
remove node_modulesvuepress
Diffstat (limited to 'node_modules/postcss-modules-scope/package.json')
| -rw-r--r-- | node_modules/postcss-modules-scope/package.json | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/node_modules/postcss-modules-scope/package.json b/node_modules/postcss-modules-scope/package.json deleted file mode 100644 index f08fba68..00000000 --- a/node_modules/postcss-modules-scope/package.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "name": "postcss-modules-scope", - "version": "1.1.0", - "description": "A CSS Modules transform to extract export statements from local-scope classes", - "main": "lib/index.js", - "scripts": { - "lint": "eslint src", - "build": "babel --out-dir lib src", - "watch": "chokidar src -c 'npm run build'", - "test": "mocha --compilers js:babel/register", - "posttest": "npm run lint && npm run build", - "autotest": "chokidar src test -c 'npm test'", - "precover": "npm run lint && npm run build", - "cover": "babel-istanbul cover node_modules/.bin/_mocha", - "travis": "npm run cover -- --report lcovonly", - "prepublish": "npm run build" - }, - "repository": { - "type": "git", - "url": "https://github.com/css-modules/postcss-modules-scope.git" - }, - "keywords": [ - "css-modules", - "postcss", - "plugin" - ], - "files": [ - "lib" - ], - "author": "Glen Maddern", - "license": "ISC", - "bugs": { - "url": "https://github.com/css-modules/postcss-modules-scope/issues" - }, - "homepage": "https://github.com/css-modules/postcss-modules-scope", - "dependencies": { - "css-selector-tokenizer": "^0.7.0", - "postcss": "^6.0.1" - }, - "devDependencies": { - "babel": "^5.4.7", - "babel-eslint": "^6.1.2", - "babel-istanbul": "^0.4.0", - "babelify": "^7.1.0", - "chokidar-cli": "^1.0.1", - "codecov.io": "^0.1.2", - "coveralls": "^2.11.2", - "css-selector-parser": "^1.0.4", - "eslint": "^1.5.0", - "mocha": "^3.0.1" - } -} |
