88 lines
2.4 KiB
JSON
88 lines
2.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"postcss-modules@0.6.4",
|
|
"D:\\Hjm项目\\suyi1111"
|
|
]
|
|
],
|
|
"_from": "postcss-modules@0.6.4",
|
|
"_id": "postcss-modules@0.6.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-VpgIcxrKYHyg6GFfWKmCmxjtcRvGBOD0iee6usYMcVdgCoWDNObdIZG7lqJPPOt7BQN4yCSG9TnxG1F3WW0WFQ==",
|
|
"_location": "/postcss-modules",
|
|
"_phantomChildren": {
|
|
"escape-string-regexp": "1.0.5",
|
|
"has-ansi": "2.0.0",
|
|
"js-base64": "2.6.4",
|
|
"source-map": "0.5.7"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "postcss-modules@0.6.4",
|
|
"name": "postcss-modules",
|
|
"escapedName": "postcss-modules",
|
|
"rawSpec": "0.6.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.6.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/rollup-plugin-vue"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/postcss-modules/-/postcss-modules-0.6.4.tgz",
|
|
"_spec": "0.6.4",
|
|
"_where": "D:\\Hjm项目\\suyi1111",
|
|
"author": {
|
|
"name": "Alexander Madyankin",
|
|
"email": "alexander@madyankin.name"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/css-modules/postcss-modules/issues"
|
|
},
|
|
"dependencies": {
|
|
"css-modules-loader-core": "^1.0.1",
|
|
"generic-names": "^1.0.2",
|
|
"postcss": "^5.2.8",
|
|
"string-hash": "^1.1.1"
|
|
},
|
|
"description": "PostCSS plugin to use CSS Modules everywhere",
|
|
"devDependencies": {
|
|
"autoprefixer": "^6.6.0",
|
|
"ava": "^0.17.0",
|
|
"babel": "^6.5.2",
|
|
"babel-cli": "^6.18.0",
|
|
"babel-core": "^6.21.0",
|
|
"babel-eslint": "^7.1.1",
|
|
"babel-preset-es2015": "^6.18.0",
|
|
"eslint": "^3.12.2",
|
|
"eslint-config-airbnb-base": "^11.0.0",
|
|
"eslint-plugin-import": "^2.2.0",
|
|
"file-exists": "^2.0.0"
|
|
},
|
|
"homepage": "https://github.com/css-modules/postcss-modules#readme",
|
|
"keywords": [
|
|
"postcss",
|
|
"css",
|
|
"postcss-plugin",
|
|
"modules",
|
|
"css modules",
|
|
"components"
|
|
],
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"name": "postcss-modules",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/css-modules/postcss-modules.git"
|
|
},
|
|
"require": "babel-core/register",
|
|
"scripts": {
|
|
"postpublish": "rm -rf build && git push --follow-tags",
|
|
"prepublish": "npm run transpile",
|
|
"pretest": "$(npm bin)/eslint src test",
|
|
"test": "$(npm bin)/babel-node $(npm bin)/ava",
|
|
"transpile": "$(npm bin)/babel src -d build"
|
|
},
|
|
"version": "0.6.4"
|
|
}
|