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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "last-run@^1.1.0",
  3. "_id": "last-run@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-RblpQsF7HHnHchmCWbqUO+v4yls=",
  6. "_location": "/last-run",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "last-run@^1.1.0",
  12. "name": "last-run",
  13. "escapedName": "last-run",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/undertaker"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/last-run/-/last-run-1.1.1.tgz",
  22. "_shasum": "45b96942c17b1c79c772198259ba943bebf8ca5b",
  23. "_spec": "last-run@^1.1.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/last-run/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Blaine Bublitz",
  37. "email": "blaine.bublitz@gmail.com"
  38. }
  39. ],
  40. "dependencies": {
  41. "default-resolution": "^2.0.0",
  42. "es6-weak-map": "^2.0.1"
  43. },
  44. "deprecated": false,
  45. "description": "Capture and retrieve the last time a function was run",
  46. "devDependencies": {
  47. "eslint": "^1.7.3",
  48. "eslint-config-gulp": "^2.0.0",
  49. "expect": "^1.19.0",
  50. "istanbul": "^0.4.3",
  51. "istanbul-coveralls": "^1.0.3",
  52. "jscs": "^2.3.5",
  53. "jscs-preset-gulp": "^1.0.0",
  54. "mocha": "^2.4.5"
  55. },
  56. "engines": {
  57. "node": ">= 0.10"
  58. },
  59. "files": [
  60. "LICENSE",
  61. "index.js"
  62. ],
  63. "homepage": "https://github.com/gulpjs/last-run#readme",
  64. "keywords": [
  65. "execution",
  66. "function",
  67. "last run",
  68. "timing"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "last-run",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/gulpjs/last-run.git"
  76. },
  77. "scripts": {
  78. "cover": "istanbul cover _mocha --report lcovonly",
  79. "coveralls": "npm run cover && istanbul-coveralls",
  80. "lint": "eslint . && jscs index.js test/",
  81. "pretest": "npm run lint",
  82. "test": "mocha --async-only"
  83. },
  84. "version": "1.1.1"
  85. }