package.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "print-js@^1.6.0",
  3. "_id": "print-js@1.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-BfnOIzSKbqGRtO4o0rnj/K3681BSd2QUrsIZy/+WdCIugjIswjmx3lDEZpXB2ruGf9d4b3YNINri81+J0FsBWg==",
  6. "_location": "/print-js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "print-js@^1.6.0",
  12. "name": "print-js",
  13. "escapedName": "print-js",
  14. "rawSpec": "^1.6.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.6.0"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/print-js/-/print-js-1.6.0.tgz",
  22. "_shasum": "692b046cf31992b46afa6c6d8a9db1c69d431d1f",
  23. "_spec": "print-js@^1.6.0",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
  25. "author": {
  26. "name": "Rodrigo Vieira",
  27. "email": "rodrigo@crabbly.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/crabbly/Print.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "A tiny javascript library to help printing from the web.",
  35. "devDependencies": {
  36. "@babel/core": "7.11.6",
  37. "@babel/preset-env": "7.11.5",
  38. "babel-loader": "8.1.0",
  39. "coveralls": "3.1.0",
  40. "css-loader": "4.2.2",
  41. "istanbul-instrumenter-loader": "3.0.1",
  42. "jasmine-core": "3.6.0",
  43. "karma": "5.2.1",
  44. "karma-chrome-launcher": "3.1.0",
  45. "karma-coverage": "2.0.3",
  46. "karma-jasmine": "4.0.1",
  47. "karma-phantomjs-launcher": "1.0.4",
  48. "karma-sourcemap-loader": "0.3.8",
  49. "karma-webpack": "4.0.2",
  50. "mini-css-extract-plugin": "0.11.0",
  51. "node-sass": "4.14.1",
  52. "optimize-css-assets-webpack-plugin": "5.0.4",
  53. "sass-loader": "10.0.2",
  54. "standard": "14.3.4",
  55. "terser-webpack-plugin": "4.1.0",
  56. "webpack": "4.44.1",
  57. "webpack-cli": "3.3.12",
  58. "webpack-dev-server": "3.11.0"
  59. },
  60. "homepage": "http://printjs.crabbly.com",
  61. "keywords": [
  62. "printjs",
  63. "print.js",
  64. "print-js"
  65. ],
  66. "license": "MIT",
  67. "main": "dist/print.js",
  68. "name": "print-js",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/crabbly/Print.js.git"
  72. },
  73. "scripts": {
  74. "coverage": "open coverage/lcov-report/index.html",
  75. "coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
  76. "dev": "webpack --mode development --progress --hide-modules --devtool source-map",
  77. "production": "webpack --mode production --progress --hide-modules",
  78. "standard:fix": "standard --fix",
  79. "start": "webpack-dev-server --public http://localhost:8080/test/manual --open",
  80. "test": "standard && karma start",
  81. "watch": "webpack --mode development --watch --progress --hide-modules"
  82. },
  83. "standard": {
  84. "ignore": [
  85. "/dist/print.js"
  86. ],
  87. "env": {
  88. "browser": true,
  89. "jasmine": true
  90. }
  91. },
  92. "types": "src/index.d.ts",
  93. "version": "1.6.0"
  94. }