Front end of the Slack clone application.

package.json 2.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "webpack-sources@^1.0.1",
  3. "_id": "webpack-sources@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-aqYp18kPphgoO5c/+NaUvEeACtZjMESmDChuD3NBciVpah3XpMEU9VAAtIaB1BsfJWWTSdv8Vv1m3T0aRk2dUw==",
  6. "_location": "/webpack-sources",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "webpack-sources@^1.0.1",
  12. "name": "webpack-sources",
  13. "escapedName": "webpack-sources",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/@angular-devkit/build-optimizer",
  20. "/uglifyjs-webpack-plugin",
  21. "/webpack"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.1.0.tgz",
  24. "_shasum": "a101ebae59d6507354d71d8013950a3a8b7a5a54",
  25. "_spec": "webpack-sources@^1.0.1",
  26. "_where": "/Users/jaehoonp/zipteamUIv2/node_modules/@angular-devkit/build-optimizer",
  27. "author": {
  28. "name": "Tobias Koppers @sokra"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/webpack/webpack-sources/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "source-list-map": "^2.0.0",
  36. "source-map": "~0.6.1"
  37. },
  38. "deprecated": false,
  39. "description": "Source code handling classes for webpack",
  40. "devDependencies": {
  41. "beautify-lint": "^1.0.3",
  42. "codecov.io": "^0.1.6",
  43. "coveralls": "^2.11.6",
  44. "eslint": "^3.19.0",
  45. "eslint-plugin-nodeca": "^1.0.3",
  46. "istanbul": "^0.4.1",
  47. "js-beautify": "^1.5.10",
  48. "mocha": "^3.4.2",
  49. "should": "^11.2.1"
  50. },
  51. "files": [
  52. "lib/"
  53. ],
  54. "homepage": "https://github.com/webpack/webpack-sources#readme",
  55. "keywords": [
  56. "webpack",
  57. "source-map"
  58. ],
  59. "license": "MIT",
  60. "main": "./lib/index.js",
  61. "name": "webpack-sources",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/webpack/webpack-sources.git"
  65. },
  66. "scripts": {
  67. "beautify": "beautify-rewrite lib/**.js test/**.js",
  68. "beautify-lint": "beautify-lint lib/**.js test/**.js",
  69. "cover": "istanbul cover node_modules/mocha/bin/_mocha",
  70. "lint": "eslint lib test",
  71. "precover": "npm run lint && npm run beautify-lint",
  72. "pretest": "npm run lint && npm run beautify-lint",
  73. "publish-patch": "npm test && npm version patch && git push && git push --tags && npm publish",
  74. "test": "mocha --full-trace --check-leaks",
  75. "travis": "npm run cover -- --report lcovonly"
  76. },
  77. "version": "1.1.0"
  78. }