Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

94 wiersze
2.5 KiB

  1. {
  2. "_args": [
  3. [
  4. "postcss-modules-extract-imports@1.2.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "postcss-modules-extract-imports@1.2.1",
  9. "_id": "postcss-modules-extract-imports@1.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-6jt9XZwUhwmRUhb/CkyJY020PYaPJsCyt3UjbaWo6XEbH/94Hmv6MP7fG2C5NDU/BcHzyGYxNtHvM+LTf9HrYw==",
  12. "_location": "/postcss-modules-extract-imports",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "postcss-modules-extract-imports@1.2.1",
  18. "name": "postcss-modules-extract-imports",
  19. "escapedName": "postcss-modules-extract-imports",
  20. "rawSpec": "1.2.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.1"
  23. },
  24. "_requiredBy": [
  25. "/css-loader"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.2.1.tgz",
  28. "_spec": "1.2.1",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Glen Maddern"
  32. },
  33. "babel": {
  34. "presets": [
  35. [
  36. "env",
  37. {
  38. "targets": {
  39. "node": 4
  40. }
  41. }
  42. ]
  43. ]
  44. },
  45. "bugs": {
  46. "url": "https://github.com/css-modules/postcss-modules-extract-imports/issues"
  47. },
  48. "dependencies": {
  49. "postcss": "^6.0.1"
  50. },
  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. }