package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_from": "icss-utils@^2.1.0",
  3. "_id": "icss-utils@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-bsVoyn/1V4R1kYYjLcWLedozAM4FClZUdjE9nIr8uWY7xs78y9DATgwz2wGU7M+7z55KenmmTkN2DVJ7bqzjAA==",
  6. "_location": "/icss-utils",
  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": "icss-utils@^2.1.0",
  16. "name": "icss-utils",
  17. "escapedName": "icss-utils",
  18. "rawSpec": "^2.1.0",
  19. "saveSpec": null,
  20. "fetchSpec": "^2.1.0"
  21. },
  22. "_requiredBy": [
  23. "/css-loader"
  24. ],
  25. "_resolved": "https://registry.npmmirror.com/icss-utils/-/icss-utils-2.1.0.tgz",
  26. "_shasum": "83f0a0ec378bf3246178b6c2ad9136f135b1c962",
  27. "_spec": "icss-utils@^2.1.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/icss-utils/issues"
  46. },
  47. "bundleDependencies": false,
  48. "dependencies": {
  49. "postcss": "^6.0.1"
  50. },
  51. "deprecated": false,
  52. "description": "ICSS utils for postcss ast",
  53. "devDependencies": {
  54. "babel-cli": "^6.24.1",
  55. "babel-jest": "^20.0.3",
  56. "babel-preset-env": "^1.5.1",
  57. "eslint": "^3.19.0",
  58. "husky": "^0.13.3",
  59. "jest": "^20.0.3",
  60. "lint-staged": "^3.4.2",
  61. "prettier": "^1.3.1"
  62. },
  63. "eslintConfig": {
  64. "parserOptions": {
  65. "ecmaVersion": 6,
  66. "sourceType": "module"
  67. },
  68. "extends": "eslint:recommended"
  69. },
  70. "files": [
  71. "lib"
  72. ],
  73. "homepage": "https://github.com/css-modules/icss-utils#readme",
  74. "keywords": [
  75. "css",
  76. "modules",
  77. "icss",
  78. "postcss"
  79. ],
  80. "license": "ISC",
  81. "lint-staged": {
  82. "*.js": [
  83. "eslint",
  84. "prettier --write",
  85. "git add"
  86. ]
  87. },
  88. "main": "lib/index.js",
  89. "name": "icss-utils",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/css-modules/icss-utils.git"
  93. },
  94. "scripts": {
  95. "build": "babel --out-dir lib src",
  96. "precommit": "lint-staged",
  97. "prepublish": "yarn test && yarn run build",
  98. "test": "jest --coverage"
  99. },
  100. "version": "2.1.0"
  101. }