123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "liftup",
- "version": "3.0.1",
- "description": "Launch your command line tool with ease.",
- "author": "Grunt Development Team (https://gruntjs.com/development-team)",
- "contributors": [],
- "repository": "gruntjs/js-liftup",
- "license": "MIT",
- "engines": {
- "node": ">=10"
- },
- "main": "index.js",
- "files": [
- "index.js",
- "lib",
- "LICENSE"
- ],
- "scripts": {
- "pretest": "eslint .",
- "test": "mocha -t 5000 -b -R spec test/index",
- "cover": "nyc --reporter=lcov --reporter=text-summary npm test"
- },
- "dependencies": {
- "extend": "^3.0.2",
- "findup-sync": "^4.0.0",
- "fined": "^1.2.0",
- "flagged-respawn": "^1.0.1",
- "is-plain-object": "^2.0.4",
- "object.map": "^1.0.1",
- "rechoir": "^0.7.0",
- "resolve": "^1.19.0"
- },
- "devDependencies": {
- "chai": "^3.5.0",
- "coffeescript": "^1.10.0",
- "eslint": "^2.13.1",
- "eslint-config-gulp": "^3.0.1",
- "mocha": "^8.3.1",
- "nyc": "^14.1.1",
- "sinon": "~1.17.7"
- },
- "keywords": [
- "command line"
- ]
- }
|