a zip code crypto-currency system good for red ONLY

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_from": "uglifyjs-webpack-plugin@^0.4.6",
  3. "_id": "uglifyjs-webpack-plugin@0.4.6",
  4. "_inBundle": false,
  5. "_integrity": "sha1-uVH0q7a9YX5m9j64kUmOORdj4wk=",
  6. "_location": "/uglifyjs-webpack-plugin",
  7. "_phantomChildren": {
  8. "center-align": "0.1.3",
  9. "decamelize": "1.2.0",
  10. "right-align": "0.1.3",
  11. "uglify-to-browserify": "1.0.2",
  12. "window-size": "0.1.0",
  13. "wordwrap": "0.0.2"
  14. },
  15. "_requested": {
  16. "type": "range",
  17. "registry": true,
  18. "raw": "uglifyjs-webpack-plugin@^0.4.6",
  19. "name": "uglifyjs-webpack-plugin",
  20. "escapedName": "uglifyjs-webpack-plugin",
  21. "rawSpec": "^0.4.6",
  22. "saveSpec": null,
  23. "fetchSpec": "^0.4.6"
  24. },
  25. "_requiredBy": [
  26. "/webpack"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-0.4.6.tgz",
  29. "_shasum": "b951f4abb6bd617e66f63eb891498e391763e309",
  30. "_spec": "uglifyjs-webpack-plugin@^0.4.6",
  31. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/webpack",
  32. "author": "",
  33. "bugs": {
  34. "url": "https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "source-map": "^0.5.6",
  39. "uglify-js": "^2.8.29",
  40. "webpack-sources": "^1.0.1"
  41. },
  42. "deprecated": false,
  43. "description": "UglifyJS plugin for webpack",
  44. "devDependencies": {
  45. "babel-cli": "^6.18.0",
  46. "babel-core": "^6.21.0",
  47. "babel-eslint": "^7.1.1",
  48. "babel-jest": "^18.0.0",
  49. "babel-plugin-syntax-object-rest-spread": "^6.13.0",
  50. "babel-plugin-transform-object-rest-spread": "^6.20.2",
  51. "babel-preset-es2015": "^6.18.0",
  52. "eslint": "^3.13.1",
  53. "eslint-config-airbnb": "^14.0.0",
  54. "eslint-plugin-import": "^2.2.0",
  55. "eslint-plugin-jsx-a11y": "^3.0.2",
  56. "eslint-plugin-node": "^4.0.1",
  57. "eslint-plugin-react": "^6.9.0",
  58. "git-prepush-hook": "^1.0.1",
  59. "jest": "^18.1.0",
  60. "sync-exec": "^0.6.2",
  61. "webpack": "^2.2.0"
  62. },
  63. "engines": {
  64. "node": ">=4.3.0 <5.0.0 || >=5.10"
  65. },
  66. "files": [
  67. "dist",
  68. "lib"
  69. ],
  70. "homepage": "https://github.com/webpack-contrib/uglifyjs-webpack-plugin",
  71. "jest": {
  72. "collectCoverage": true,
  73. "moduleFileExtensions": [
  74. "js"
  75. ],
  76. "moduleDirectories": [
  77. "node_modules"
  78. ]
  79. },
  80. "keywords": [
  81. "webpack",
  82. "uglifyjs",
  83. "plugin"
  84. ],
  85. "license": "MIT",
  86. "main": "./dist",
  87. "name": "uglifyjs-webpack-plugin",
  88. "peerDependencies": {
  89. "webpack": "^1.9 || ^2 || ^2.1.0-beta || ^2.2.0-rc || ^3.0.0"
  90. },
  91. "pre-push": [
  92. "test:all"
  93. ],
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/webpack-contrib/uglifyjs-webpack-plugin.git"
  97. },
  98. "scripts": {
  99. "build": "babel src -d dist",
  100. "postinstall": "node lib/post_install.js",
  101. "preversion": "npm run test:all && npm run build && git commit --allow-empty -am \"Update dist\"",
  102. "test": "jest --",
  103. "test:all": "npm run test:coverage && npm run test:lint",
  104. "test:coverage": "jest --coverage --",
  105. "test:lint": "eslint . --ext .js --ignore-path .gitignore --cache",
  106. "test:watch": "jest --watch --"
  107. },
  108. "version": "0.4.6"
  109. }