package.json 2.1 KB

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