mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-05 05:55:46 +00:00
72 lines
2.3 KiB
JSON
72 lines
2.3 KiB
JSON
{
|
|
"_from": "postcss-modules-local-by-default@0.0.11",
|
|
"_id": "postcss-modules-local-by-default@0.0.11",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-qACvQyHDpOCFLRrlKeb8mRrTlec=",
|
|
"_location": "/postcss-modules-local-by-default",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "postcss-modules-local-by-default@0.0.11",
|
|
"name": "postcss-modules-local-by-default",
|
|
"escapedName": "postcss-modules-local-by-default",
|
|
"rawSpec": "0.0.11",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.0.11"
|
|
},
|
|
"_requiredBy": [
|
|
"/css-loader"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-0.0.11.tgz",
|
|
"_shasum": "a800af4321c3a4e0852d1ae529e6fc991ad395e7",
|
|
"_spec": "postcss-modules-local-by-default@0.0.11",
|
|
"_where": "/Users/qudian/Downloads/WebDriverAgent-master/Inspector/node_modules/css-loader",
|
|
"author": {
|
|
"name": "Mark Dalgleish"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/css-modules/postcss-modules-local-by-default/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"css-selector-tokenizer": "^0.5.1",
|
|
"postcss": "^4.1.5"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A CSS Modules transform to make local scope the default",
|
|
"devDependencies": {
|
|
"chokidar-cli": "^0.2.1",
|
|
"codecov.io": "^0.1.2",
|
|
"coveralls": "^2.11.2",
|
|
"eslint": "^0.22.1",
|
|
"istanbul": "^0.3.14",
|
|
"tape": "^4.0.0"
|
|
},
|
|
"homepage": "https://github.com/css-modules/postcss-modules-local-by-default#readme",
|
|
"keywords": [
|
|
"css-modules",
|
|
"postcss",
|
|
"css",
|
|
"postcss-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"name": "postcss-modules-local-by-default",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/css-modules/postcss-modules-local-by-default.git"
|
|
},
|
|
"scripts": {
|
|
"autotest": "chokidar index.js test.js -c 'npm test'",
|
|
"cover": "istanbul cover test.js",
|
|
"lint": "eslint index.js",
|
|
"precover": "npm run lint",
|
|
"prepublish": "npm prune && npm test",
|
|
"pretest": "npm run lint",
|
|
"publish-patch": "npm prune && npm test && npm version patch && git push && git push --tags && npm publish",
|
|
"test": "tape test.js",
|
|
"travis": "npm run cover -- --report lcovonly"
|
|
},
|
|
"version": "0.0.11"
|
|
}
|