UI for Zipcoin Blue

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "escope@^3.6.0",
  6. "scope": null,
  7. "escapedName": "escope",
  8. "name": "escope",
  9. "rawSpec": "^3.6.0",
  10. "spec": ">=3.6.0 <4.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/webpack"
  14. ]
  15. ],
  16. "_from": "escope@>=3.6.0 <4.0.0",
  17. "_id": "escope@3.6.0",
  18. "_inCache": true,
  19. "_location": "/escope",
  20. "_nodeVersion": "0.12.9",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/escope-3.6.0.tgz_1457720018969_0.025237560039386153"
  24. },
  25. "_npmUser": {
  26. "name": "nzakas",
  27. "email": "nicholas@nczconsulting.com"
  28. },
  29. "_npmVersion": "2.14.9",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "escope@^3.6.0",
  33. "scope": null,
  34. "escapedName": "escope",
  35. "name": "escope",
  36. "rawSpec": "^3.6.0",
  37. "spec": ">=3.6.0 <4.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/webpack"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz",
  44. "_shasum": "e01975e812781a163a6dadfdd80398dc64c889c3",
  45. "_shrinkwrap": null,
  46. "_spec": "escope@^3.6.0",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/webpack",
  48. "bugs": {
  49. "url": "https://github.com/estools/escope/issues"
  50. },
  51. "dependencies": {
  52. "es6-map": "^0.1.3",
  53. "es6-weak-map": "^2.0.1",
  54. "esrecurse": "^4.1.0",
  55. "estraverse": "^4.1.1"
  56. },
  57. "description": "ECMAScript scope analyzer",
  58. "devDependencies": {
  59. "babel": "^6.3.26",
  60. "babel-preset-es2015": "^6.3.13",
  61. "babel-register": "^6.3.13",
  62. "browserify": "^13.0.0",
  63. "chai": "^3.4.1",
  64. "espree": "^3.1.1",
  65. "esprima": "^2.7.1",
  66. "gulp": "^3.9.0",
  67. "gulp-babel": "^6.1.1",
  68. "gulp-bump": "^1.0.0",
  69. "gulp-eslint": "^1.1.1",
  70. "gulp-espower": "^1.0.2",
  71. "gulp-filter": "^3.0.1",
  72. "gulp-git": "^1.6.1",
  73. "gulp-mocha": "^2.2.0",
  74. "gulp-plumber": "^1.0.1",
  75. "gulp-sourcemaps": "^1.6.0",
  76. "gulp-tag-version": "^1.3.0",
  77. "jsdoc": "^3.4.0",
  78. "lazypipe": "^1.0.1",
  79. "vinyl-source-stream": "^1.1.0"
  80. },
  81. "directories": {},
  82. "dist": {
  83. "shasum": "e01975e812781a163a6dadfdd80398dc64c889c3",
  84. "tarball": "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz"
  85. },
  86. "engines": {
  87. "node": ">=0.4.0"
  88. },
  89. "gitHead": "aa35861faa76a09f01203dee3497a939d70b463c",
  90. "homepage": "http://github.com/estools/escope",
  91. "license": "BSD-2-Clause",
  92. "main": "lib/index.js",
  93. "maintainers": [
  94. {
  95. "name": "constellation",
  96. "email": "utatane.tea@gmail.com"
  97. },
  98. {
  99. "name": "michaelficarra",
  100. "email": "npm@michael.ficarra.me"
  101. },
  102. {
  103. "name": "nzakas",
  104. "email": "nicholas@nczconsulting.com"
  105. }
  106. ],
  107. "name": "escope",
  108. "optionalDependencies": {},
  109. "readme": "ERROR: No README data found!",
  110. "repository": {
  111. "type": "git",
  112. "url": "git+https://github.com/estools/escope.git"
  113. },
  114. "scripts": {
  115. "jsdoc": "jsdoc src/*.js README.md",
  116. "lint": "gulp lint",
  117. "test": "gulp travis",
  118. "unit-test": "gulp test"
  119. },
  120. "version": "3.6.0"
  121. }