UI for Zipcoin Blue

package.json 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "clean-css@^4.1.11",
  6. "scope": null,
  7. "escapedName": "clean-css",
  8. "name": "clean-css",
  9. "rawSpec": "^4.1.11",
  10. "spec": ">=4.1.11 <5.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/@ionic/app-scripts"
  14. ]
  15. ],
  16. "_from": "clean-css@>=4.1.11 <5.0.0",
  17. "_id": "clean-css@4.1.11",
  18. "_inCache": true,
  19. "_location": "/clean-css",
  20. "_nodeVersion": "6.11.5",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/clean-css_4.1.11_1520344455332_0.8433387037080979"
  24. },
  25. "_npmUser": {
  26. "name": "jakub.pawlowicz",
  27. "email": "contact@jakubpawlowicz.com"
  28. },
  29. "_npmVersion": "3.10.10",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "clean-css@^4.1.11",
  33. "scope": null,
  34. "escapedName": "clean-css",
  35. "name": "clean-css",
  36. "rawSpec": "^4.1.11",
  37. "spec": ">=4.1.11 <5.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/@ionic/app-scripts"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.1.11.tgz",
  44. "_shasum": "2ecdf145aba38f54740f26cefd0ff3e03e125d6a",
  45. "_shrinkwrap": null,
  46. "_spec": "clean-css@^4.1.11",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/@ionic/app-scripts",
  48. "author": {
  49. "name": "Jakub Pawlowicz",
  50. "email": "contact@jakubpawlowicz.com",
  51. "url": "http://twitter.com/jakubpawlowicz"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/jakubpawlowicz/clean-css/issues"
  55. },
  56. "dependencies": {
  57. "source-map": "0.5.x"
  58. },
  59. "description": "A well-tested CSS minifier",
  60. "devDependencies": {
  61. "browserify": "^14.0.0",
  62. "http-proxy": "1.x",
  63. "jshint": "2.x",
  64. "nock": "9.x",
  65. "server-destroy": "1.x",
  66. "uglify-js": ">=2.6.1",
  67. "vows": "0.8.x"
  68. },
  69. "directories": {},
  70. "dist": {
  71. "shasum": "2ecdf145aba38f54740f26cefd0ff3e03e125d6a",
  72. "tarball": "https://registry.npmjs.org/clean-css/-/clean-css-4.1.11.tgz",
  73. "fileCount": 99,
  74. "unpackedSize": 424767
  75. },
  76. "engines": {
  77. "node": ">= 4.0"
  78. },
  79. "files": [
  80. "lib",
  81. "History.md",
  82. "index.js",
  83. "LICENSE"
  84. ],
  85. "gitHead": "7812d591d51543c5a71de9538ef6bab87dbcc8d8",
  86. "homepage": "https://github.com/jakubpawlowicz/clean-css",
  87. "keywords": [
  88. "css",
  89. "minifier"
  90. ],
  91. "license": "MIT",
  92. "main": "index.js",
  93. "maintainers": [
  94. {
  95. "name": "goalsmashers",
  96. "email": "jakub@goalsmashers.com"
  97. },
  98. {
  99. "name": "jakub.pawlowicz",
  100. "email": "contact@jakubpawlowicz.com"
  101. }
  102. ],
  103. "name": "clean-css",
  104. "optionalDependencies": {},
  105. "readme": "ERROR: No README data found!",
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/jakubpawlowicz/clean-css.git"
  109. },
  110. "scripts": {
  111. "bench": "node ./test/bench.js",
  112. "browserify": "browserify --standalone CleanCSS index.js | uglifyjs --compress --mangle -o cleancss-browser.js",
  113. "check": "jshint .",
  114. "prepublish": "npm run check",
  115. "test": "vows"
  116. },
  117. "version": "4.1.11"
  118. }