package.json 2.5 KB

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