package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "replace-ext@1.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "replace-ext@1.0.0",
  9. "_id": "replace-ext@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=",
  12. "_location": "/replace-ext",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "replace-ext@1.0.0",
  18. "name": "replace-ext",
  19. "escapedName": "replace-ext",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/unified/vfile",
  26. "/vfile",
  27. "/vinyl"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz",
  30. "_spec": "1.0.0",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "Gulp Team",
  34. "email": "team@gulpjs.com",
  35. "url": "http://gulpjs.com/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/gulpjs/replace-ext/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Eric Schoffstall",
  43. "email": "yo@contra.io"
  44. },
  45. {
  46. "name": "Blaine Bublitz",
  47. "email": "blaine.bublitz@gmail.com"
  48. }
  49. ],
  50. "dependencies": {},
  51. "description": "Replaces a file extension with another one",
  52. "devDependencies": {
  53. "eslint": "^1.10.3",
  54. "eslint-config-gulp": "^2.0.0",
  55. "expect": "^1.16.0",
  56. "istanbul": "^0.4.3",
  57. "istanbul-coveralls": "^1.0.3",
  58. "jscs": "^2.3.5",
  59. "jscs-preset-gulp": "^1.0.0",
  60. "mocha": "^2.4.5"
  61. },
  62. "engines": {
  63. "node": ">= 0.10"
  64. },
  65. "files": [
  66. "LICENSE",
  67. "index.js"
  68. ],
  69. "homepage": "https://github.com/gulpjs/replace-ext#readme",
  70. "keywords": [
  71. "gulp",
  72. "extensions",
  73. "filepath",
  74. "basename"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "replace-ext",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/gulpjs/replace-ext.git"
  82. },
  83. "scripts": {
  84. "cover": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly",
  85. "coveralls": "npm run cover && istanbul-coveralls",
  86. "lint": "eslint . && jscs index.js test/",
  87. "pretest": "npm run lint",
  88. "test": "mocha --async-only"
  89. },
  90. "version": "1.0.0"
  91. }