You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "replace-ext@^1.0.0",
  3. "_id": "replace-ext@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==",
  6. "_location": "/replace-ext",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "replace-ext@^1.0.0",
  12. "name": "replace-ext",
  13. "escapedName": "replace-ext",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/vinyl"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz",
  22. "_shasum": "2d6d996d04a15855d967443631dd5f77825b016a",
  23. "_spec": "replace-ext@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\vinyl",
  25. "author": {
  26. "name": "Gulp Team",
  27. "email": "team@gulpjs.com",
  28. "url": "http://gulpjs.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/gulpjs/replace-ext/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Eric Schoffstall",
  37. "email": "yo@contra.io"
  38. },
  39. {
  40. "name": "Blaine Bublitz",
  41. "email": "blaine.bublitz@gmail.com"
  42. }
  43. ],
  44. "dependencies": {},
  45. "deprecated": false,
  46. "description": "Replaces a file extension with another one",
  47. "devDependencies": {
  48. "coveralls": "github:phated/node-coveralls#2.x",
  49. "eslint": "^2.13.1",
  50. "eslint-config-gulp": "^3.0.1",
  51. "expect": "^1.20.2",
  52. "mocha": "^3.0.0",
  53. "nyc": "^10.3.2"
  54. },
  55. "engines": {
  56. "node": ">= 0.10"
  57. },
  58. "files": [
  59. "LICENSE",
  60. "index.js"
  61. ],
  62. "homepage": "https://github.com/gulpjs/replace-ext#readme",
  63. "keywords": [
  64. "gulp",
  65. "extensions",
  66. "filepath",
  67. "basename"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "replace-ext",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/gulpjs/replace-ext.git"
  75. },
  76. "scripts": {
  77. "azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",
  78. "cover": "nyc --reporter=lcov --reporter=text-summary npm test",
  79. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  80. "lint": "eslint .",
  81. "pretest": "npm run lint",
  82. "test": "nyc mocha --async-only"
  83. },
  84. "version": "1.0.1"
  85. }