package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "replacestream@^4.0.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-AC0FiLS352pBBiZhd4VXB1Ab/lh0lEgpP+GGvZqbQh8a5cmXVoTe5EX/YeTFArnp4SRGTHh1qCHu9lGs1qG8sA==",
  6. "_location": "/replacestream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "replacestream@^4.0.0",
  12. "name": "replacestream",
  13. "escapedName": "replacestream",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp-replace"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/replacestream/-/replacestream-4.0.3.tgz",
  22. "_shasum": "3ee5798092be364b1cdb1484308492cb3dff2f36",
  23. "_spec": "replacestream@^4.0.0",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\gulp-replace",
  25. "author": {
  26. "name": "Eugene Ware",
  27. "email": "[email protected]"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/eugeneware/replacestream/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "escape-string-regexp": "^1.0.3",
  35. "object-assign": "^4.0.1",
  36. "readable-stream": "^2.0.2"
  37. },
  38. "deprecated": false,
  39. "description": "A node.js through stream that does basic streaming text search and replace and is chunk boundary friendly",
  40. "devDependencies": {
  41. "chai": "^4.1.2",
  42. "concat-stream": "^1.6.0",
  43. "istanbul": "^0.4.5",
  44. "istanbul-coveralls": "^1.0.3",
  45. "mocha": "^3.5.3"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/eugeneware/replacestream#readme",
  51. "keywords": [
  52. "replace",
  53. "text",
  54. "regex",
  55. "stream",
  56. "streams",
  57. "streaming",
  58. "search"
  59. ],
  60. "license": "BSD-3-Clause",
  61. "name": "replacestream",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/eugeneware/replacestream.git"
  65. },
  66. "scripts": {
  67. "coverage": "istanbul cover _mocha",
  68. "coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls",
  69. "test": "mocha --growl --full-trace"
  70. },
  71. "version": "4.0.3"
  72. }