package.json 2.4 KB

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