package.json 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. {
  2. "_from": "svg-sprite-loader@5.0.0",
  3. "_id": "svg-sprite-loader@5.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/hedkRC2IS0E+kFIb+OUCfqQlbVx72/WEEeRGw2uPsNgOOgJEONXzjfSm+CJ3pB9gOHytlBmPMS8ijMCp5s2Eg==",
  6. "_location": "/svg-sprite-loader",
  7. "_phantomChildren": {
  8. "big.js": "5.2.2",
  9. "emojis-list": "3.0.0",
  10. "minimist": "1.2.6"
  11. },
  12. "_requested": {
  13. "type": "version",
  14. "registry": true,
  15. "raw": "svg-sprite-loader@5.0.0",
  16. "name": "svg-sprite-loader",
  17. "escapedName": "svg-sprite-loader",
  18. "rawSpec": "5.0.0",
  19. "saveSpec": null,
  20. "fetchSpec": "5.0.0"
  21. },
  22. "_requiredBy": [
  23. "#DEV:/"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/svg-sprite-loader/-/svg-sprite-loader-5.0.0.tgz",
  26. "_shasum": "fd5c63c7110df3ca289282def49f34e6a62e6f65",
  27. "_spec": "svg-sprite-loader@5.0.0",
  28. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  29. "author": {
  30. "name": "kisenka"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/JetBrains/svg-sprite-loader/issues"
  34. },
  35. "bundleDependencies": false,
  36. "config": {
  37. "commitizen": {
  38. "path": "node_modules/cz-customizable"
  39. },
  40. "cz-customizable": {
  41. "config": ".cz-config.js"
  42. }
  43. },
  44. "dependencies": {
  45. "bluebird": "^3.5.0",
  46. "deepmerge": "1.3.2",
  47. "domready": "1.0.8",
  48. "escape-string-regexp": "1.0.5",
  49. "html-webpack-plugin": "^3.2.0",
  50. "loader-utils": "^1.1.0",
  51. "svg-baker": "^1.5.0",
  52. "svg-baker-runtime": "^1.4.7",
  53. "url-slug": "2.0.0"
  54. },
  55. "deprecated": false,
  56. "description": "Webpack loader for creating SVG sprites",
  57. "devDependencies": {
  58. "babel-core": "^6.24.1",
  59. "babel-loader": "^6.4.1",
  60. "babel-plugin-transform-object-rest-spread": "6.23.0",
  61. "babel-preset-es2015": "^6.24.0",
  62. "babel-preset-react": "6.24.1",
  63. "chai": "^3.5.0",
  64. "ci-publish": "^1.3.1",
  65. "codeclimate-test-reporter": "0.4.1",
  66. "commitizen": "2.9.6",
  67. "css-loader": "^0.28.0",
  68. "cz-customizable": "^5.0.0",
  69. "eslint": "^3.18.0",
  70. "eslint-config-airbnb-base": "^11.1.2",
  71. "eslint-plugin-import": "^2.2.0",
  72. "file-loader": "^3.0.1",
  73. "glob": "7.1.1",
  74. "html-loader": "^0.5.5",
  75. "husky": "^0.13.3",
  76. "istanbul": "^0.4.5",
  77. "memory-fs": "^0.4.1",
  78. "minimist": "^1.2.0",
  79. "mocha": "^7.0.0",
  80. "nyc": "^10.3.2",
  81. "pascal-case": "2.0.1",
  82. "react": "15.5.4",
  83. "react-dom": "15.5.4",
  84. "rollup": "^0.41.6",
  85. "rollup-plugin-buble": "^0.15.0",
  86. "rollup-plugin-commonjs": "^8.0.2",
  87. "rollup-plugin-node-resolve": "^3.0.0",
  88. "shelljs": "0.7.7",
  89. "standard-version": "4.0.0",
  90. "svgo": "^0.7.2",
  91. "svgo-loader": "^1.2.1",
  92. "validate-commit-msg": "^2.12.1",
  93. "wallaby-webpack": "^3.9.15",
  94. "webpack-cli": "^3.3.10",
  95. "webpack-toolkit": "^1.0.0"
  96. },
  97. "engines": {
  98. "node": ">=6"
  99. },
  100. "files": [
  101. "examples/**",
  102. "lib/**",
  103. "runtime/*.js",
  104. "plugin.js",
  105. "README.md",
  106. "LICENSE"
  107. ],
  108. "homepage": "https://github.com/JetBrains/svg-sprite-loader#readme",
  109. "keywords": [
  110. "svg",
  111. "sprite",
  112. "svg sprite",
  113. "svg stack",
  114. "webpack",
  115. "webpack2",
  116. "webpack3",
  117. "webpack loader",
  118. "webpack plugin"
  119. ],
  120. "license": "MIT",
  121. "main": "lib/loader.js",
  122. "name": "svg-sprite-loader",
  123. "repository": {
  124. "type": "git",
  125. "url": "git+https://github.com/JetBrains/svg-sprite-loader.git"
  126. },
  127. "scripts": {
  128. "bootstrap": "node scripts/bootstrap",
  129. "build:examples": "yarn env webpack-3 && yarn run build:runtime && node scripts/build-examples-dll && node scripts/build-examples",
  130. "build:runtime": "node scripts/build-runtime.js",
  131. "commit": "git-cz",
  132. "commitmsg": "validate-commit-msg",
  133. "env": "node scripts/select-env",
  134. "lint": "eslint --quiet lib runtime scripts test",
  135. "precommit": "yarn lint",
  136. "prerelease": "yarn build:runtime && yarn lint && yarn test:all",
  137. "pretest": "yarn build:runtime",
  138. "release": "yarn build:examples && git add examples && standard-version -a && git push --follow-tags origin master",
  139. "release:dry-run": "standard-version --no-verify",
  140. "test": "mocha test/*.test.js",
  141. "test:all": "yarn test:webpack-2 && yarn test:webpack-3 && yarn test:webpack-4",
  142. "test:webpack-2": "yarn env webpack-2 && yarn test",
  143. "test:webpack-3": "yarn env webpack-3 && yarn test",
  144. "test:webpack-4": "yarn env webpack-4 && yarn test",
  145. "upload-coverage": "codeclimate-test-reporter < coverage/lcov.info"
  146. },
  147. "version": "5.0.0"
  148. }