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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "now-and-later@^2.0.0",
  3. "_id": "now-and-later@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KGvQ0cB70AQfg107Xvs/Fbu+dGmZoTRJp2TaPwcwQm3/7PteUyN2BCgk8KBMPGBUXZdVwyWS8fDCGFygBm19UQ==",
  6. "_location": "/now-and-later",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "now-and-later@^2.0.0",
  12. "name": "now-and-later",
  13. "escapedName": "now-and-later",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/bach",
  20. "/vinyl-sourcemap"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/now-and-later/-/now-and-later-2.0.1.tgz",
  23. "_shasum": "8e579c8685764a7cc02cb680380e94f43ccb1f7c",
  24. "_spec": "now-and-later@^2.0.0",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\bach",
  26. "author": {
  27. "name": "Gulp Team",
  28. "email": "team@gulpjs.com",
  29. "url": "http://gulpjs.com/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/gulpjs/now-and-later/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "Blaine Bublitz",
  38. "email": "blaine.bublitz@gmail.com"
  39. }
  40. ],
  41. "dependencies": {
  42. "once": "^1.3.2"
  43. },
  44. "deprecated": false,
  45. "description": "Map over an array or object of values in parallel or series, passing each through the async iterator, with optional lifecycle hooks.",
  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. "index.js",
  61. "lib",
  62. "LICENSE"
  63. ],
  64. "homepage": "https://github.com/gulpjs/now-and-later#readme",
  65. "keywords": [
  66. "async",
  67. "async.js",
  68. "map",
  69. "control",
  70. "flow",
  71. "extension",
  72. "tracing",
  73. "debug",
  74. "aop",
  75. "aspect",
  76. "timing",
  77. "tracing"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "now-and-later",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/gulpjs/now-and-later.git"
  85. },
  86. "scripts": {
  87. "cover": "istanbul cover _mocha --report lcovonly",
  88. "coveralls": "npm run cover && istanbul-coveralls",
  89. "lint": "eslint . && jscs index.js lib/ test/",
  90. "pretest": "npm run lint",
  91. "test": "mocha --async-only"
  92. },
  93. "version": "2.0.1"
  94. }