package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "gulp-replace@^1.0.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-lgdmrFSI1SdhNMXZQbrC75MOl1UjYWlOWNbNRnz+F/KHmgxt3l6XstBoAYIdadwETFyG/6i+vWUSCawdC3pqOw==",
  6. "_location": "/gulp-replace",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "gulp-replace@^1.0.0",
  12. "name": "gulp-replace",
  13. "escapedName": "gulp-replace",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/fomantic-ui"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/gulp-replace/-/gulp-replace-1.0.0.tgz",
  22. "_shasum": "b32bd61654d97b8d78430a67b3e8ce067b7c9143",
  23. "_spec": "gulp-replace@^1.0.0",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
  25. "author": {
  26. "name": "Larry Davis",
  27. "email": "[email protected]"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/lazd/gulp-replace/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "istextorbinary": "2.2.1",
  35. "readable-stream": "^2.0.1",
  36. "replacestream": "^4.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "A string replace plugin for gulp",
  40. "devDependencies": {
  41. "concat-stream": "^1.5.2",
  42. "mocha": "^5.1.1",
  43. "should": "^13.2.1",
  44. "vinyl": "^2.1.0"
  45. },
  46. "engines": {
  47. "node": ">=0.10"
  48. },
  49. "homepage": "https://github.com/lazd/gulp-replace#readme",
  50. "keywords": [
  51. "gulpplugin",
  52. "replace"
  53. ],
  54. "license": "MIT",
  55. "name": "gulp-replace",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/lazd/gulp-replace.git"
  59. },
  60. "scripts": {
  61. "test": "mocha"
  62. },
  63. "version": "1.0.0"
  64. }