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.

121 lines
3.0 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "replace-ext@^1.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/imagemin"
  6. ]
  7. ],
  8. "_from": "replace-ext@>=1.0.0 <2.0.0",
  9. "_id": "replace-ext@1.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/replace-ext",
  13. "_nodeVersion": "0.10.41",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/replace-ext-1.0.0.tgz_1471316327349_0.09214890468865633"
  17. },
  18. "_npmUser": {
  19. "email": "blaine.bublitz@gmail.com",
  20. "name": "phated"
  21. },
  22. "_npmVersion": "2.15.2",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "replace-ext",
  26. "raw": "replace-ext@^1.0.0",
  27. "rawSpec": "^1.0.0",
  28. "scope": null,
  29. "spec": ">=1.0.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/imagemin"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz",
  36. "_shasum": "de63128373fcbf7c3ccfa4de5a480c45a67958eb",
  37. "_shrinkwrap": null,
  38. "_spec": "replace-ext@^1.0.0",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/imagemin",
  40. "author": {
  41. "email": "team@gulpjs.com",
  42. "name": "Gulp Team",
  43. "url": "http://gulpjs.com/"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/gulpjs/replace-ext/issues"
  47. },
  48. "contributors": [
  49. {
  50. "name": "Eric Schoffstall",
  51. "email": "yo@contra.io"
  52. },
  53. {
  54. "name": "Blaine Bublitz",
  55. "email": "blaine.bublitz@gmail.com"
  56. }
  57. ],
  58. "dependencies": {},
  59. "description": "Replaces a file extension with another one",
  60. "devDependencies": {
  61. "eslint": "^1.10.3",
  62. "eslint-config-gulp": "^2.0.0",
  63. "expect": "^1.16.0",
  64. "istanbul": "^0.4.3",
  65. "istanbul-coveralls": "^1.0.3",
  66. "jscs": "^2.3.5",
  67. "jscs-preset-gulp": "^1.0.0",
  68. "mocha": "^2.4.5"
  69. },
  70. "directories": {},
  71. "dist": {
  72. "shasum": "de63128373fcbf7c3ccfa4de5a480c45a67958eb",
  73. "tarball": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz"
  74. },
  75. "engines": {
  76. "node": ">= 0.10"
  77. },
  78. "files": [
  79. "LICENSE",
  80. "index.js"
  81. ],
  82. "gitHead": "adaec75e316f1c375dc7a2cb51c7b762b135cc0e",
  83. "homepage": "https://github.com/gulpjs/replace-ext#readme",
  84. "keywords": [
  85. "basename",
  86. "extensions",
  87. "filepath",
  88. "gulp"
  89. ],
  90. "license": "MIT",
  91. "main": "index.js",
  92. "maintainers": [
  93. {
  94. "name": "contra",
  95. "email": "contra@wearefractal.com"
  96. },
  97. {
  98. "name": "fractal",
  99. "email": "contact@wearefractal.com"
  100. },
  101. {
  102. "name": "phated",
  103. "email": "blaine.bublitz@gmail.com"
  104. }
  105. ],
  106. "name": "replace-ext",
  107. "optionalDependencies": {},
  108. "readme": "ERROR: No README data found!",
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/gulpjs/replace-ext.git"
  112. },
  113. "scripts": {
  114. "cover": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly",
  115. "coveralls": "npm run cover && istanbul-coveralls",
  116. "lint": "eslint . && jscs index.js test/",
  117. "pretest": "npm run lint",
  118. "test": "mocha --async-only"
  119. },
  120. "version": "1.0.0"
  121. }