package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "replace-ext@0.0.1",
  6. "scope": null,
  7. "escapedName": "replace-ext",
  8. "name": "replace-ext",
  9. "rawSpec": "0.0.1",
  10. "spec": "0.0.1",
  11. "type": "version"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-util"
  14. ]
  15. ],
  16. "_from": "replace-ext@0.0.1",
  17. "_id": "replace-ext@0.0.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/replace-ext",
  21. "_npmUser": {
  22. "name": "fractal",
  23. "email": "contact@wearefractal.com"
  24. },
  25. "_npmVersion": "1.4.4",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "replace-ext@0.0.1",
  29. "scope": null,
  30. "escapedName": "replace-ext",
  31. "name": "replace-ext",
  32. "rawSpec": "0.0.1",
  33. "spec": "0.0.1",
  34. "type": "version"
  35. },
  36. "_requiredBy": [
  37. "/gulp-util",
  38. "/gulp-watch/vinyl",
  39. "/vinyl",
  40. "/vinyl-file/vinyl"
  41. ],
  42. "_resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz",
  43. "_shasum": "29bbd92078a739f0bcce2b4ee41e837953522924",
  44. "_shrinkwrap": null,
  45. "_spec": "replace-ext@0.0.1",
  46. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-util",
  47. "author": {
  48. "name": "Fractal",
  49. "email": "contact@wearefractal.com",
  50. "url": "http://wearefractal.com/"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/wearefractal/replace-ext/issues"
  54. },
  55. "dependencies": {},
  56. "description": "Replaces a file extension with another one",
  57. "devDependencies": {
  58. "coveralls": "~2.6.1",
  59. "istanbul": "~0.2.3",
  60. "jshint": "~2.4.1",
  61. "mocha": "~1.17.0",
  62. "mocha-lcov-reporter": "~0.0.1",
  63. "rimraf": "~2.2.5",
  64. "should": "~3.1.0"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "shasum": "29bbd92078a739f0bcce2b4ee41e837953522924",
  69. "tarball": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz"
  70. },
  71. "engines": {
  72. "node": ">= 0.4"
  73. },
  74. "homepage": "http://github.com/wearefractal/replace-ext",
  75. "licenses": [
  76. {
  77. "type": "MIT",
  78. "url": "http://github.com/wearefractal/replace-ext/raw/master/LICENSE"
  79. }
  80. ],
  81. "main": "./index.js",
  82. "maintainers": [
  83. {
  84. "name": "fractal",
  85. "email": "contact@wearefractal.com"
  86. }
  87. ],
  88. "name": "replace-ext",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git://github.com/wearefractal/replace-ext.git"
  94. },
  95. "scripts": {
  96. "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  97. "test": "mocha --reporter spec && jshint"
  98. },
  99. "version": "0.0.1"
  100. }