package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "replace-ext@^1.0.0",
  3. "_id": "replace-ext@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=",
  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.0.tgz",
  22. "_shasum": "de63128373fcbf7c3ccfa4de5a480c45a67958eb",
  23. "_spec": "replace-ext@^1.0.0",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/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. "eslint": "^1.10.3",
  49. "eslint-config-gulp": "^2.0.0",
  50. "expect": "^1.16.0",
  51. "istanbul": "^0.4.3",
  52. "istanbul-coveralls": "^1.0.3",
  53. "jscs": "^2.3.5",
  54. "jscs-preset-gulp": "^1.0.0",
  55. "mocha": "^2.4.5"
  56. },
  57. "engines": {
  58. "node": ">= 0.10"
  59. },
  60. "files": [
  61. "LICENSE",
  62. "index.js"
  63. ],
  64. "homepage": "https://github.com/gulpjs/replace-ext#readme",
  65. "keywords": [
  66. "gulp",
  67. "extensions",
  68. "filepath",
  69. "basename"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "name": "replace-ext",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/gulpjs/replace-ext.git"
  77. },
  78. "scripts": {
  79. "cover": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly",
  80. "coveralls": "npm run cover && istanbul-coveralls",
  81. "lint": "eslint . && jscs index.js test/",
  82. "pretest": "npm run lint",
  83. "test": "mocha --async-only"
  84. },
  85. "version": "1.0.0"
  86. }