From 26105034da4fcce7ac883c899d781f016559310d Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 8 Nov 2018 00:38:48 +0800 Subject: switch to vuepress --- .../postcss-modules-local-by-default/package.json | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 node_modules/postcss-modules-local-by-default/package.json (limited to 'node_modules/postcss-modules-local-by-default/package.json') diff --git a/node_modules/postcss-modules-local-by-default/package.json b/node_modules/postcss-modules-local-by-default/package.json new file mode 100644 index 00000000..7d6359eb --- /dev/null +++ b/node_modules/postcss-modules-local-by-default/package.json @@ -0,0 +1,43 @@ +{ + "name": "postcss-modules-local-by-default", + "version": "1.2.0", + "description": "A CSS Modules transform to make local scope the default", + "keywords": [ + "css-modules", + "postcss", + "css", + "postcss-plugin" + ], + "author": "Mark Dalgleish", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/css-modules/postcss-modules-local-by-default.git" + }, + "dependencies": { + "css-selector-tokenizer": "^0.7.0", + "postcss": "^6.0.1" + }, + "devDependencies": { + "chokidar-cli": "^1.0.1", + "codecov.io": "^0.1.2", + "coveralls": "^2.11.2", + "eslint": "^3.19.0", + "istanbul": "^0.4.5", + "tape": "^4.0.0" + }, + "scripts": { + "lint": "eslint index.js test.js", + "pretest": "npm run lint", + "test": "tape test.js", + "autotest": "chokidar index.js test.js -c 'npm test'", + "precover": "npm run lint", + "cover": "istanbul cover test.js", + "travis": "npm run cover -- --report lcovonly", + "prepublish": "npm prune && npm test", + "publish-patch": "npm prune && npm test && npm version patch && git push && git push --tags && npm publish" + }, + "files": [ + "index.js" + ] +} -- cgit v1.2.3