package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_from": "icss-utils@^4.1.1",
  3. "_id": "icss-utils@4.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==",
  6. "_location": "/icss-utils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "icss-utils@^4.1.1",
  12. "name": "icss-utils",
  13. "escapedName": "icss-utils",
  14. "rawSpec": "^4.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.1.1"
  17. },
  18. "_requiredBy": [
  19. "/css-loader",
  20. "/postcss-modules-local-by-default",
  21. "/postcss-modules-values"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-4.1.1.tgz",
  24. "_shasum": "21170b53789ee27447c2f47dd683081403f9a467",
  25. "_spec": "icss-utils@^4.1.1",
  26. "_where": "H:\\gs_nuxt\\node_modules\\css-loader",
  27. "author": {
  28. "name": "Glen Maddern"
  29. },
  30. "babel": {
  31. "presets": [
  32. [
  33. "@babel/preset-env",
  34. {
  35. "targets": {
  36. "node": 6
  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": "^7.0.14"
  48. },
  49. "deprecated": false,
  50. "description": "ICSS utils for postcss ast",
  51. "devDependencies": {
  52. "@babel/cli": "^7.1.0",
  53. "@babel/core": "^7.1.0",
  54. "@babel/preset-env": "^7.1.0",
  55. "babel-eslint": "^10.0.1",
  56. "babel-jest": "^24.1.0",
  57. "eslint": "^5.14.1",
  58. "husky": "^1.3.1",
  59. "jest": "^24.1.0",
  60. "lint-staged": "^8.1.4",
  61. "prettier": "^1.16.4"
  62. },
  63. "engines": {
  64. "node": ">= 6"
  65. },
  66. "eslintConfig": {
  67. "parser": "babel-eslint",
  68. "parserOptions": {
  69. "sourceType": "module"
  70. },
  71. "env": {
  72. "es6": true,
  73. "jest": true
  74. },
  75. "extends": "eslint:recommended"
  76. },
  77. "files": [
  78. "lib"
  79. ],
  80. "homepage": "https://github.com/css-modules/icss-utils#readme",
  81. "husky": {
  82. "hooks": {
  83. "pre-commit": "lint-staged"
  84. }
  85. },
  86. "keywords": [
  87. "css",
  88. "modules",
  89. "icss",
  90. "postcss"
  91. ],
  92. "license": "ISC",
  93. "lint-staged": {
  94. "*.js": [
  95. "prettier --write",
  96. "eslint",
  97. "git add"
  98. ]
  99. },
  100. "main": "lib/index.js",
  101. "name": "icss-utils",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/css-modules/icss-utils.git"
  105. },
  106. "scripts": {
  107. "build": "babel --out-dir lib src",
  108. "lint": "eslint . --ignore-path .gitignore",
  109. "prepublish": "yarn test && yarn run build",
  110. "pretest": "npm run lint",
  111. "test": "npm run test:only",
  112. "test:only": "jest"
  113. },
  114. "version": "4.1.1"
  115. }