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.

package.json 2.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "replace-homedir@^1.0.0",
  3. "_id": "replace-homedir@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-6H9tUTuSjd6AgmDBK+f+xv9ueYw=",
  6. "_location": "/replace-homedir",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "replace-homedir@^1.0.0",
  12. "name": "replace-homedir",
  13. "escapedName": "replace-homedir",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp/gulp-cli"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/replace-homedir/-/replace-homedir-1.0.0.tgz",
  22. "_shasum": "e87f6d513b928dde808260c12be7fec6ff6e798c",
  23. "_spec": "replace-homedir@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp\\node_modules\\gulp-cli",
  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-homedir/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Blaine Bublitz",
  37. "email": "blaine.bublitz@gmail.com"
  38. }
  39. ],
  40. "dependencies": {
  41. "homedir-polyfill": "^1.0.1",
  42. "is-absolute": "^1.0.0",
  43. "remove-trailing-separator": "^1.1.0"
  44. },
  45. "deprecated": false,
  46. "description": "Replace user home in a string with another string. Useful for tildifying a path.",
  47. "devDependencies": {
  48. "eslint": "^1.7.3",
  49. "eslint-config-gulp": "^2.0.0",
  50. "expect": "^1.20.2",
  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-homedir#readme",
  65. "keywords": [
  66. "path",
  67. "homedir",
  68. "tilde",
  69. "replace",
  70. "subsitute",
  71. "user home",
  72. "tilde"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "replace-homedir",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/gulpjs/replace-homedir.git"
  80. },
  81. "scripts": {
  82. "cover": "istanbul cover _mocha --report lcovonly",
  83. "coveralls": "npm run cover && istanbul-coveralls",
  84. "lint": "eslint . && jscs index.js test/",
  85. "pretest": "npm run lint",
  86. "test": "mocha --async-only"
  87. },
  88. "version": "1.0.0"
  89. }