package.json 2.3 KB

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