package.json 2.5 KB

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