mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-05 05:55:46 +00:00
78 lines
2.3 KiB
JSON
78 lines
2.3 KiB
JSON
{
|
|
"_from": "postcss-modules-extract-imports@0.0.5",
|
|
"_id": "postcss-modules-extract-imports@0.0.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-zMy0Cz3SmFmZOEodumDGLJYKbaA=",
|
|
"_location": "/postcss-modules-extract-imports",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "postcss-modules-extract-imports@0.0.5",
|
|
"name": "postcss-modules-extract-imports",
|
|
"escapedName": "postcss-modules-extract-imports",
|
|
"rawSpec": "0.0.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.0.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/css-loader"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-0.0.5.tgz",
|
|
"_shasum": "ccccb40b3dd2985999384a1dba60c62c960a6da0",
|
|
"_spec": "postcss-modules-extract-imports@0.0.5",
|
|
"_where": "/Users/qudian/Downloads/WebDriverAgent-master/Inspector/node_modules/css-loader",
|
|
"author": {
|
|
"name": "Glen Maddern"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/css-modules/postcss-modules-extract-imports/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"postcss": "^4.1.11"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A CSS Modules transform to extract local aliases for inline imports",
|
|
"devDependencies": {
|
|
"babel": "^5.4.7",
|
|
"babel-eslint": "^3.1.9",
|
|
"babelify": "^6.1.2",
|
|
"chokidar-cli": "^0.2.1",
|
|
"codecov.io": "^0.1.2",
|
|
"coveralls": "^2.11.2",
|
|
"eslint": "^0.22.1",
|
|
"istanbul": "^0.3.14",
|
|
"mocha": "^2.2.5"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/css-modules/postcss-modules-extract-imports",
|
|
"keywords": [
|
|
"css-modules",
|
|
"postcss",
|
|
"plugin"
|
|
],
|
|
"license": "ISC",
|
|
"main": "lib/index.js",
|
|
"name": "postcss-modules-extract-imports",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/css-modules/postcss-modules-extract-imports.git"
|
|
},
|
|
"scripts": {
|
|
"autotest": "chokidar src test -c 'npm test'",
|
|
"build": "babel --out-dir lib src",
|
|
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
|
|
"lint": "eslint src",
|
|
"precover": "npm run lint && npm run build",
|
|
"prepublish": "npm run build",
|
|
"pretest": "npm run lint && npm run build",
|
|
"test": "mocha",
|
|
"travis": "npm run cover -- --report lcovonly",
|
|
"watch": "chokidar src -c 'npm run build'"
|
|
},
|
|
"version": "0.0.5"
|
|
}
|