package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "gulp-rename@~1.1.0",
  6. "scope": null,
  7. "escapedName": "gulp-rename",
  8. "name": "gulp-rename",
  9. "rawSpec": "~1.1.0",
  10. "spec": ">=1.1.0 <1.2.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulp-jsmin"
  14. ]
  15. ],
  16. "_from": "gulp-rename@>=1.1.0 <1.2.0",
  17. "_id": "gulp-rename@1.1.0",
  18. "_inCache": true,
  19. "_location": "/gulp-rename",
  20. "_npmUser": {
  21. "name": "hparra",
  22. "email": "hector@hectorparra.com"
  23. },
  24. "_npmVersion": "1.2.18",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "gulp-rename@~1.1.0",
  28. "scope": null,
  29. "escapedName": "gulp-rename",
  30. "name": "gulp-rename",
  31. "rawSpec": "~1.1.0",
  32. "spec": ">=1.1.0 <1.2.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/gulp-jsmin"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/gulp-rename/-/gulp-rename-1.1.0.tgz",
  39. "_shasum": "93090aaaf4d386c07f20538a6888f15efba727a1",
  40. "_shrinkwrap": null,
  41. "_spec": "gulp-rename@~1.1.0",
  42. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulp-jsmin",
  43. "author": {
  44. "name": "Hector Guillermo Parra Alvarez",
  45. "email": "hector@hectorparra.com",
  46. "url": "https://github.com/hparra"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/hparra/gulp-rename/issues"
  50. },
  51. "dependencies": {
  52. "map-stream": ">=0.0.4"
  53. },
  54. "description": "Rename files",
  55. "devDependencies": {
  56. "gulp": ">=3.0.0",
  57. "gulp-jshint": ">=1.1.0",
  58. "mocha": ">=1.15.0",
  59. "should": ">=2.1.0"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "93090aaaf4d386c07f20538a6888f15efba727a1",
  64. "tarball": "https://registry.npmjs.org/gulp-rename/-/gulp-rename-1.1.0.tgz"
  65. },
  66. "engines": {
  67. "node": ">=0.8.0",
  68. "npm": ">=1.2.10"
  69. },
  70. "homepage": "https://github.com/hparra/gulp-rename",
  71. "keywords": [
  72. "gulpplugin"
  73. ],
  74. "licenses": [
  75. {
  76. "type": "MIT"
  77. }
  78. ],
  79. "main": "./index.js",
  80. "maintainers": [
  81. {
  82. "name": "hparra",
  83. "email": "hector@hectorparra.com"
  84. }
  85. ],
  86. "name": "gulp-rename",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git://github.com/hparra/gulp-rename.git"
  92. },
  93. "scripts": {
  94. "test": "mocha test/*.spec.js"
  95. },
  96. "version": "1.1.0"
  97. }