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.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "undertaker-registry@^1.0.0",
  3. "_id": "undertaker-registry@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-XkvaMI5KiirlhPm5pDWaSZglzFA=",
  6. "_location": "/undertaker-registry",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "undertaker-registry@^1.0.0",
  12. "name": "undertaker-registry",
  13. "escapedName": "undertaker-registry",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/undertaker"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/undertaker-registry/-/undertaker-registry-1.0.1.tgz",
  22. "_shasum": "5e4bda308e4a8a2ae584f9b9a4359a499825cc50",
  23. "_spec": "undertaker-registry@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\undertaker",
  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/undertaker-registry/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Blaine Bublitz",
  37. "email": "blaine.bublitz@gmail.com"
  38. }
  39. ],
  40. "deprecated": false,
  41. "description": "Default registry in gulp 4.",
  42. "devDependencies": {
  43. "eslint": "^1.7.3",
  44. "eslint-config-gulp": "^2.0.0",
  45. "expect": "^1.19.0",
  46. "istanbul": "^0.4.3",
  47. "istanbul-coveralls": "^1.0.3",
  48. "jscs": "^2.3.5",
  49. "jscs-preset-gulp": "^1.0.0",
  50. "mocha": "^3.5.0"
  51. },
  52. "engines": {
  53. "node": ">= 0.10"
  54. },
  55. "files": [
  56. "LICENSE",
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/gulpjs/undertaker-registry#readme",
  60. "keywords": [
  61. "registry",
  62. "tasks",
  63. "undertaker",
  64. "gulp"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "undertaker-registry",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/gulpjs/undertaker-registry.git"
  72. },
  73. "scripts": {
  74. "cover": "istanbul cover _mocha --report lcovonly",
  75. "coveralls": "npm run cover && istanbul-coveralls",
  76. "lint": "eslint . && jscs index.js test/",
  77. "pretest": "npm run lint",
  78. "test": "mocha --async-only"
  79. },
  80. "version": "1.0.1"
  81. }