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": "liftoff@^3.1.0",
  3. "_id": "liftoff@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DlIPlJUkCV0Ips2zf2pJP0unEoT1kwYhiiPUGF3s/jtxTCjziNLoiVVh+jqWOWeFi6mmwQ5fNxvAUyPad4Dfog==",
  6. "_location": "/liftoff",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "liftoff@^3.1.0",
  12. "name": "liftoff",
  13. "escapedName": "liftoff",
  14. "rawSpec": "^3.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp/gulp-cli"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/liftoff/-/liftoff-3.1.0.tgz",
  22. "_shasum": "c9ba6081f908670607ee79062d700df062c52ed3",
  23. "_spec": "liftoff@^3.1.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": "Tyler Kellen",
  27. "url": "http://goingslowly.com/"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/js-cli/js-liftoff/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [],
  34. "dependencies": {
  35. "extend": "^3.0.0",
  36. "findup-sync": "^3.0.0",
  37. "fined": "^1.0.1",
  38. "flagged-respawn": "^1.0.0",
  39. "is-plain-object": "^2.0.4",
  40. "object.map": "^1.0.0",
  41. "rechoir": "^0.6.2",
  42. "resolve": "^1.1.7"
  43. },
  44. "deprecated": false,
  45. "description": "Launch your command line tool with ease.",
  46. "devDependencies": {
  47. "chai": "^3.5.0",
  48. "coffeescript": "^1.10.0",
  49. "eslint": "^2.13.1",
  50. "eslint-config-gulp": "^3.0.1",
  51. "mocha": "^3.5.3",
  52. "nyc": "^13.3.0",
  53. "sinon": "~1.17.4"
  54. },
  55. "engines": {
  56. "node": ">= 0.8"
  57. },
  58. "files": [
  59. "index.js",
  60. "lib",
  61. "LICENSE"
  62. ],
  63. "homepage": "https://github.com/js-cli/js-liftoff#readme",
  64. "keywords": [
  65. "command line"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "liftoff",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/js-cli/js-liftoff.git"
  73. },
  74. "scripts": {
  75. "cover": "nyc --reporter=lcov --reporter=text-summary npm test",
  76. "legacy-test": "mocha -t 5000 -b -R spec test/launch",
  77. "pretest": "eslint .",
  78. "test": "mocha -t 5000 -b -R spec test/index && npm run legacy-test"
  79. },
  80. "version": "3.1.0"
  81. }