package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "escape-string-regexp@^1.0.2",
  6. "scope": null,
  7. "escapedName": "escape-string-regexp",
  8. "name": "escape-string-regexp",
  9. "rawSpec": "^1.0.2",
  10. "spec": ">=1.0.2 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/chalk"
  14. ]
  15. ],
  16. "_from": "escape-string-regexp@>=1.0.2 <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.2",
  33. "scope": null,
  34. "escapedName": "escape-string-regexp",
  35. "name": "escape-string-regexp",
  36. "rawSpec": "^1.0.2",
  37. "spec": ">=1.0.2 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/chalk"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  44. "_shasum": "1b61c0562190a8dff6ae3bb2cf0200ca130b86d4",
  45. "_shrinkwrap": null,
  46. "_spec": "escape-string-regexp@^1.0.2",
  47. "_where": "/home/robert/workspace/xmlrpc/node_modules/chalk",
  48. "author": {
  49. "name": "Sindre Sorhus",
  50. "email": "sindresorhus@gmail.com",
  51. "url": "sindresorhus.com"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/sindresorhus/escape-string-regexp/issues"
  55. },
  56. "dependencies": {},
  57. "description": "Escape RegExp special characters",
  58. "devDependencies": {
  59. "ava": "*",
  60. "xo": "*"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "1b61c0562190a8dff6ae3bb2cf0200ca130b86d4",
  65. "tarball": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz"
  66. },
  67. "engines": {
  68. "node": ">=0.8.0"
  69. },
  70. "files": [
  71. "index.js"
  72. ],
  73. "gitHead": "db124a3e1aae9d692c4899e42a5c6c3e329eaa20",
  74. "homepage": "https://github.com/sindresorhus/escape-string-regexp",
  75. "keywords": [
  76. "escape",
  77. "regex",
  78. "regexp",
  79. "re",
  80. "regular",
  81. "expression",
  82. "string",
  83. "str",
  84. "special",
  85. "characters"
  86. ],
  87. "license": "MIT",
  88. "maintainers": [
  89. {
  90. "name": "sindresorhus",
  91. "email": "sindresorhus@gmail.com"
  92. },
  93. {
  94. "name": "jbnicolai",
  95. "email": "jappelman@xebia.com"
  96. }
  97. ],
  98. "name": "escape-string-regexp",
  99. "optionalDependencies": {},
  100. "readme": "ERROR: No README data found!",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
  104. },
  105. "scripts": {
  106. "test": "xo && ava"
  107. },
  108. "version": "1.0.5"
  109. }