package.json 2.0 KB

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