package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "postcss-modules-extract-imports@^1.2.0",
  3. "_id": "postcss-modules-extract-imports@1.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6jt9XZwUhwmRUhb/CkyJY020PYaPJsCyt3UjbaWo6XEbH/94Hmv6MP7fG2C5NDU/BcHzyGYxNtHvM+LTf9HrYw==",
  6. "_location": "/postcss-modules-extract-imports",
  7. "_phantomChildren": {
  8. "chalk": "2.4.2",
  9. "supports-color": "5.5.0"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "postcss-modules-extract-imports@^1.2.0",
  15. "name": "postcss-modules-extract-imports",
  16. "escapedName": "postcss-modules-extract-imports",
  17. "rawSpec": "^1.2.0",
  18. "saveSpec": null,
  19. "fetchSpec": "^1.2.0"
  20. },
  21. "_requiredBy": [
  22. "/css-loader"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.2.1.tgz",
  25. "_shasum": "dc87e34148ec7eab5f791f7cd5849833375b741a",
  26. "_spec": "postcss-modules-extract-imports@^1.2.0",
  27. "_where": "D:\\jiayue\\pig-ui\\node_modules\\css-loader",
  28. "author": {
  29. "name": "Glen Maddern"
  30. },
  31. "babel": {
  32. "presets": [
  33. [
  34. "env",
  35. {
  36. "targets": {
  37. "node": 4
  38. }
  39. }
  40. ]
  41. ]
  42. },
  43. "bugs": {
  44. "url": "https://github.com/css-modules/postcss-modules-extract-imports/issues"
  45. },
  46. "bundleDependencies": false,
  47. "dependencies": {
  48. "postcss": "^6.0.1"
  49. },
  50. "deprecated": false,
  51. "description": "A CSS Modules transform to extract local aliases for inline imports",
  52. "devDependencies": {
  53. "babel-cli": "^6.24.1",
  54. "babel-eslint": "^7.2.2",
  55. "babel-jest": "^20.0.3",
  56. "babel-preset-env": "^1.5.1",
  57. "codecov.io": "^0.1.2",
  58. "coveralls": "^2.11.2",
  59. "husky": "^0.13.3",
  60. "jest": "^20.0.3",
  61. "lint-staged": "^3.4.2",
  62. "prettier": "^1.3.1"
  63. },
  64. "files": [
  65. "lib"
  66. ],
  67. "homepage": "https://github.com/css-modules/postcss-modules-extract-imports",
  68. "keywords": [
  69. "css-modules",
  70. "postcss",
  71. "plugin"
  72. ],
  73. "license": "ISC",
  74. "lint-staged": {
  75. "*.js": [
  76. "prettier --single-quote --no-semi --write",
  77. "git add"
  78. ]
  79. },
  80. "main": "lib/index.js",
  81. "name": "postcss-modules-extract-imports",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/css-modules/postcss-modules-extract-imports.git"
  85. },
  86. "scripts": {
  87. "build": "babel --out-dir lib src",
  88. "precommit": "lint-staged",
  89. "prepublish": "yarn run test && yarn run build",
  90. "test": "jest --coverage"
  91. },
  92. "version": "1.2.1"
  93. }