chore:更换到主分支

This commit is contained in:
张益铭
2021-03-01 15:26:05 +08:00
parent 9064b372e8
commit 6a5f1810f9
3530 changed files with 59613 additions and 479452 deletions

View File

@@ -1,32 +1,32 @@
{
"_args": [
[
"postcss-modules-scope@2.2.0",
"postcss-modules-scope@3.0.0",
"J:\\Github\\CURD-TS"
]
],
"_development": true,
"_from": "postcss-modules-scope@2.2.0",
"_id": "postcss-modules-scope@2.2.0",
"_from": "postcss-modules-scope@3.0.0",
"_id": "postcss-modules-scope@3.0.0",
"_inBundle": false,
"_integrity": "sha1-OFyuATzHdD9afXYC0Qc6iequYu4=",
"_integrity": "sha1-nvMVFFbTu/oSDKRImN/Kby+gHwY=",
"_location": "/postcss-modules-scope",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-modules-scope@2.2.0",
"raw": "postcss-modules-scope@3.0.0",
"name": "postcss-modules-scope",
"escapedName": "postcss-modules-scope",
"rawSpec": "2.2.0",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "2.2.0"
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/postcss-modules"
],
"_resolved": "http://192.168.250.101:4873/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz",
"_spec": "2.2.0",
"_resolved": "http://192.168.250.101:4873/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "J:\\Github\\CURD-TS",
"author": {
"name": "Glen Maddern"
@@ -35,21 +35,21 @@
"url": "https://github.com/css-modules/postcss-modules-scope/issues"
},
"dependencies": {
"postcss": "^7.0.6",
"postcss-selector-parser": "^6.0.0"
"postcss-selector-parser": "^6.0.4"
},
"description": "A CSS Modules transform to extract export statements from local-scope classes",
"devDependencies": {
"chokidar-cli": "^1.0.1",
"codecov.io": "^0.1.2",
"coveralls": "^3.0.2",
"cssesc": "^3.0.0",
"eslint": "^5.9.0",
"mocha": "^6.0.2",
"nyc": "^14.1.0"
"coveralls": "^3.1.0",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.12.0",
"husky": "^4.3.0",
"jest": "^26.4.2",
"lint-staged": "^10.4.0",
"postcss": "^8.1.0",
"prettier": "^2.1.2"
},
"engines": {
"node": ">= 6"
"node": "^10 || ^12 || >= 14"
},
"files": [
"src"
@@ -63,24 +63,23 @@
"license": "ISC",
"main": "src/index.js",
"name": "postcss-modules-scope",
"prettier": {
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
"peerDependencies": {
"postcss": "^8.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/css-modules/postcss-modules-scope.git"
},
"scripts": {
"autotest": "chokidar src test -c 'yarn test'",
"cover": "nyc mocha",
"lint": "eslint src test",
"precover": "yarn lint",
"prepublish": "yarn run test",
"eslint": "eslint --ignore-path .gitignore .",
"lint": "yarn eslint && yarn prettier",
"prepublishOnly": "yarn test",
"pretest": "yarn lint",
"test": "mocha",
"travis": "yarn cover"
"prettier": "prettier -l --ignore-path .gitignore . \"!test/test-cases\"",
"test": "yarn test:coverage",
"test:coverage": "jest --coverage --collectCoverageFrom=\"src/**/*\"",
"test:only": "jest",
"test:watch": "jest --watch"
},
"version": "2.2.0"
"version": "3.0.0"
}