UI for Zipcoin Blue

package.json 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "source-map-url@^0.4.0",
  6. "scope": null,
  7. "escapedName": "source-map-url",
  8. "name": "source-map-url",
  9. "rawSpec": "^0.4.0",
  10. "spec": ">=0.4.0 <0.5.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/source-map-resolve"
  14. ]
  15. ],
  16. "_from": "source-map-url@>=0.4.0 <0.5.0",
  17. "_id": "source-map-url@0.4.0",
  18. "_inCache": true,
  19. "_location": "/source-map-url",
  20. "_nodeVersion": "5.0.0",
  21. "_npmUser": {
  22. "name": "lydell",
  23. "email": "simon.lydell@gmail.com"
  24. },
  25. "_npmVersion": "3.3.6",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "source-map-url@^0.4.0",
  29. "scope": null,
  30. "escapedName": "source-map-url",
  31. "name": "source-map-url",
  32. "rawSpec": "^0.4.0",
  33. "spec": ">=0.4.0 <0.5.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/source-map-resolve"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz",
  40. "_shasum": "3e935d7ddd73631b97659956d55128e87b5084a3",
  41. "_shrinkwrap": null,
  42. "_spec": "source-map-url@^0.4.0",
  43. "_where": "/Users/tennesseeg/blueCoin/node_modules/source-map-resolve",
  44. "author": {
  45. "name": "Simon Lydell"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/lydell/source-map-url/issues"
  49. },
  50. "dependencies": {},
  51. "description": "Tools for working with sourceMappingURL comments.",
  52. "devDependencies": {
  53. "expect.js": "~0.3.1",
  54. "jshint": "~2.4.3",
  55. "mocha": "~1.17.1"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "3e935d7ddd73631b97659956d55128e87b5084a3",
  60. "tarball": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz"
  61. },
  62. "gitHead": "f13c43ca675379922f26c87737fdcbbeac07eb09",
  63. "homepage": "https://github.com/lydell/source-map-url#readme",
  64. "keywords": [
  65. "source map",
  66. "sourceMappingURL",
  67. "comment",
  68. "annotation"
  69. ],
  70. "license": "MIT",
  71. "main": "source-map-url.js",
  72. "maintainers": [
  73. {
  74. "name": "lydell",
  75. "email": "simon.lydell@gmail.com"
  76. }
  77. ],
  78. "name": "source-map-url",
  79. "optionalDependencies": {},
  80. "readme": "ERROR: No README data found!",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/lydell/source-map-url.git"
  84. },
  85. "scripts": {
  86. "lint": "jshint source-map-url.js test/ ",
  87. "test": "npm run lint && npm run unit",
  88. "unit": "mocha"
  89. },
  90. "testling": {
  91. "harness": "mocha",
  92. "files": "test/*.js",
  93. "browsers": [
  94. "ie/8..latest",
  95. "chrome/latest",
  96. "firefox/latest",
  97. "opera/12",
  98. "opera/latest",
  99. "safari/5",
  100. "iphone/6",
  101. "android-browser/4"
  102. ]
  103. },
  104. "version": "0.4.0"
  105. }