package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/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. "/gulp-jsmin/chalk"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  45. "_shasum": "1b61c0562190a8dff6ae3bb2cf0200ca130b86d4",
  46. "_shrinkwrap": null,
  47. "_spec": "escape-string-regexp@^1.0.2",
  48. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/chalk",
  49. "author": {
  50. "name": "Sindre Sorhus",
  51. "email": "sindresorhus@gmail.com",
  52. "url": "sindresorhus.com"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/sindresorhus/escape-string-regexp/issues"
  56. },
  57. "dependencies": {},
  58. "description": "Escape RegExp special characters",
  59. "devDependencies": {
  60. "ava": "*",
  61. "xo": "*"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "1b61c0562190a8dff6ae3bb2cf0200ca130b86d4",
  66. "tarball": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz"
  67. },
  68. "engines": {
  69. "node": ">=0.8.0"
  70. },
  71. "files": [
  72. "index.js"
  73. ],
  74. "gitHead": "db124a3e1aae9d692c4899e42a5c6c3e329eaa20",
  75. "homepage": "https://github.com/sindresorhus/escape-string-regexp",
  76. "keywords": [
  77. "escape",
  78. "regex",
  79. "regexp",
  80. "re",
  81. "regular",
  82. "expression",
  83. "string",
  84. "str",
  85. "special",
  86. "characters"
  87. ],
  88. "license": "MIT",
  89. "maintainers": [
  90. {
  91. "name": "sindresorhus",
  92. "email": "sindresorhus@gmail.com"
  93. },
  94. {
  95. "name": "jbnicolai",
  96. "email": "jappelman@xebia.com"
  97. }
  98. ],
  99. "name": "escape-string-regexp",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
  105. },
  106. "scripts": {
  107. "test": "xo && ava"
  108. },
  109. "version": "1.0.5"
  110. }