UI for Zipcoin Blue

package.json 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "escape-string-regexp@^1.0.5",
  6. "scope": null,
  7. "escapedName": "escape-string-regexp",
  8. "name": "escape-string-regexp",
  9. "rawSpec": "^1.0.5",
  10. "spec": ">=1.0.5 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/chalk"
  14. ]
  15. ],
  16. "_from": "escape-string-regexp@>=1.0.5 <2.0.0",
  17. "_id": "escape-string-regexp@1.0.5",
  18. "_inCache": true,
  19. "_location": "/escape-string-regexp",
  20. "_nodeVersion": "4.2.6",
  21. "_npmOperationalInternal": {
  22. "host": "packages-9-west.internal.npmjs.com",
  23. "tmp": "tmp/escape-string-regexp-1.0.5.tgz_1456059312074_0.7245344955008477"
  24. },
  25. "_npmUser": {
  26. "name": "jbnicolai",
  27. "email": "jappelman@xebia.com"
  28. },
  29. "_npmVersion": "2.14.12",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "escape-string-regexp@^1.0.5",
  33. "scope": null,
  34. "escapedName": "escape-string-regexp",
  35. "name": "escape-string-regexp",
  36. "rawSpec": "^1.0.5",
  37. "spec": ">=1.0.5 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/babel-code-frame/chalk",
  42. "/chalk",
  43. "/har-validator/chalk",
  44. "/node-sass/chalk"
  45. ],
  46. "_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  47. "_shasum": "1b61c0562190a8dff6ae3bb2cf0200ca130b86d4",
  48. "_shrinkwrap": null,
  49. "_spec": "escape-string-regexp@^1.0.5",
  50. "_where": "/Users/tennesseeg/blueCoin/node_modules/chalk",
  51. "author": {
  52. "name": "Sindre Sorhus",
  53. "email": "sindresorhus@gmail.com",
  54. "url": "sindresorhus.com"
  55. },
  56. "bugs": {
  57. "url": "https://github.com/sindresorhus/escape-string-regexp/issues"
  58. },
  59. "dependencies": {},
  60. "description": "Escape RegExp special characters",
  61. "devDependencies": {
  62. "ava": "*",
  63. "xo": "*"
  64. },
  65. "directories": {},
  66. "dist": {
  67. "shasum": "1b61c0562190a8dff6ae3bb2cf0200ca130b86d4",
  68. "tarball": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz"
  69. },
  70. "engines": {
  71. "node": ">=0.8.0"
  72. },
  73. "files": [
  74. "index.js"
  75. ],
  76. "gitHead": "db124a3e1aae9d692c4899e42a5c6c3e329eaa20",
  77. "homepage": "https://github.com/sindresorhus/escape-string-regexp",
  78. "keywords": [
  79. "escape",
  80. "regex",
  81. "regexp",
  82. "re",
  83. "regular",
  84. "expression",
  85. "string",
  86. "str",
  87. "special",
  88. "characters"
  89. ],
  90. "license": "MIT",
  91. "maintainers": [
  92. {
  93. "name": "sindresorhus",
  94. "email": "sindresorhus@gmail.com"
  95. },
  96. {
  97. "name": "jbnicolai",
  98. "email": "jappelman@xebia.com"
  99. }
  100. ],
  101. "name": "escape-string-regexp",
  102. "optionalDependencies": {},
  103. "readme": "ERROR: No README data found!",
  104. "repository": {
  105. "type": "git",
  106. "url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
  107. },
  108. "scripts": {
  109. "test": "xo && ava"
  110. },
  111. "version": "1.0.5"
  112. }