blob: ef29a042cf7d46ce730a55d824fdf6f145f9aecb [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "liftoff@~2.5.0",
3 "_id": "liftoff@2.5.0",
4 "_inBundle": false,
5 "_integrity": "sha1-IAkpG7Mc6oYbvxCnwVooyvdcMew=",
6 "_location": "/liftoff",
7 "_phantomChildren": {
8 "detect-file": "1.0.0",
9 "is-glob": "3.1.0",
10 "micromatch": "3.1.10",
11 "resolve-dir": "1.0.1"
12 },
13 "_requested": {
14 "type": "range",
15 "registry": true,
16 "raw": "liftoff@~2.5.0",
17 "name": "liftoff",
18 "escapedName": "liftoff",
19 "rawSpec": "~2.5.0",
20 "saveSpec": null,
21 "fetchSpec": "~2.5.0"
22 },
23 "_requiredBy": [
24 "/grunt/grunt-cli"
25 ],
26 "_resolved": "https://registry.npmjs.org/liftoff/-/liftoff-2.5.0.tgz",
27 "_shasum": "2009291bb31cea861bbf10a7c15a28caf75c31ec",
28 "_spec": "liftoff@~2.5.0",
29 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\grunt\\node_modules\\grunt-cli",
30 "author": {
31 "name": "Tyler Kellen",
32 "url": "http://goingslowly.com/"
33 },
34 "bugs": {
35 "url": "https://github.com/js-cli/js-liftoff/issues"
36 },
37 "bundleDependencies": false,
38 "contributors": [],
39 "dependencies": {
40 "extend": "^3.0.0",
41 "findup-sync": "^2.0.0",
42 "fined": "^1.0.1",
43 "flagged-respawn": "^1.0.0",
44 "is-plain-object": "^2.0.4",
45 "object.map": "^1.0.0",
46 "rechoir": "^0.6.2",
47 "resolve": "^1.1.7"
48 },
49 "deprecated": false,
50 "description": "Launch your command line tool with ease.",
51 "devDependencies": {
52 "chai": "^3.5.0",
53 "coffeescript": "^1.10.0",
54 "jscs": "^3.0.7",
55 "jshint": "^2.9.2",
56 "mocha": "^3.5.3",
57 "nyc": "^11.2.1",
58 "sinon": "~1.17.4"
59 },
60 "engines": {
61 "node": ">= 0.8"
62 },
63 "files": [
64 "index.js",
65 "lib",
66 "LICENSE"
67 ],
68 "homepage": "https://github.com/js-cli/js-liftoff#readme",
69 "keywords": [
70 "command line"
71 ],
72 "license": "MIT",
73 "main": "index.js",
74 "name": "liftoff",
75 "repository": {
76 "type": "git",
77 "url": "git+https://github.com/js-cli/js-liftoff.git"
78 },
79 "scripts": {
80 "cover": "nyc --reporter=lcov --reporter=text-summary npm test",
81 "test": "jshint lib index.js && jscs lib index.js && mocha -t 5000 -b -R spec test/index"
82 },
83 "version": "2.5.0"
84}