package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "stylus-loader@3.0.2",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "stylus-loader@3.0.2",
  10. "_id": "stylus-loader@3.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-+VomPdZ6a0razP+zinir61yZgpw2NfljeSsdUF5kJuEzlo3khXhY19Fn6l8QQz1GRJGtMCo8nG5C04ePyV7SUA==",
  13. "_location": "/stylus-loader",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "stylus-loader@3.0.2",
  19. "name": "stylus-loader",
  20. "escapedName": "stylus-loader",
  21. "rawSpec": "3.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.2"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/stylus-loader/-/stylus-loader-3.0.2.tgz",
  29. "_spec": "3.0.2",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "author": {
  32. "name": "Kyle Robinson Young",
  33. "email": "kyle@dontkry.com",
  34. "url": "http://dontkry.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/shama/stylus-loader/issues"
  38. },
  39. "dependencies": {
  40. "loader-utils": "^1.0.2",
  41. "lodash.clonedeep": "^4.5.0",
  42. "when": "~3.6.x"
  43. },
  44. "description": "Stylus loader for webpack",
  45. "devDependencies": {
  46. "benchmark": "^1.0.0",
  47. "css-loader": "^0.14.0",
  48. "mocha": "~2.1.0",
  49. "mocha-loader": "^1.0.0",
  50. "nib": "^1.0.4",
  51. "node-libs-browser": "^0.5.2",
  52. "raw-loader": "~0.5.1",
  53. "should": "~4.6.1",
  54. "style-loader": "^0.12.2",
  55. "stylus": ">=0.52.4",
  56. "testem": "^0.8.3",
  57. "webpack": "^2.2.0",
  58. "webpack-dev-server": "^2.0.0"
  59. },
  60. "files": [
  61. "index.js",
  62. "lib/"
  63. ],
  64. "homepage": "https://github.com/shama/stylus-loader#readme",
  65. "keywords": [
  66. "webpack",
  67. "loader",
  68. "stylus"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "stylus-loader",
  73. "peerDependencies": {
  74. "stylus": ">=0.52.4"
  75. },
  76. "repository": {
  77. "type": "git",
  78. "url": "git+ssh://git@github.com/shama/stylus-loader.git"
  79. },
  80. "scripts": {
  81. "test": "testem ci",
  82. "test-build": "webpack --config test/webpack.config.js --output-path=test/tmp --output-filename=bundle.js",
  83. "test-dev": "testem -l firefox",
  84. "test-one": "testem ci -l firefox"
  85. },
  86. "version": "3.0.2"
  87. }