Files
5g_drone_ROS2/api/node_modules/jake/package.json
2023-05-25 09:27:21 +00:00

76 lines
1.8 KiB
JSON

{
"_from": "jake@^10.8.5",
"_id": "jake@10.8.6",
"_inBundle": false,
"_integrity": "sha512-G43Ub9IYEFfu72sua6rzooi8V8Gz2lkfk48rW20vEWCGizeaEPlKB1Kh8JIA84yQbiAEfqlPmSpGgCKKxH3rDA==",
"_location": "/jake",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "jake@^10.8.5",
"name": "jake",
"escapedName": "jake",
"rawSpec": "^10.8.5",
"saveSpec": null,
"fetchSpec": "^10.8.5"
},
"_requiredBy": [
"/ejs"
],
"_resolved": "https://registry.npmjs.org/jake/-/jake-10.8.6.tgz",
"_shasum": "227a96786a1e035214e0ba84b482d6223d41ef04",
"_spec": "jake@^10.8.5",
"_where": "/home/hub/5g_drone_ROS2/api/node_modules/ejs",
"author": {
"name": "Matthew Eernisse",
"email": "mde@fleegix.org",
"url": "http://fleegix.org"
},
"bin": {
"jake": "bin/cli.js"
},
"bugs": {
"url": "https://github.com/jakejs/jake/issues"
},
"bundleDependencies": false,
"dependencies": {
"async": "^3.2.3",
"chalk": "^4.0.2",
"filelist": "^1.0.4",
"minimatch": "^3.1.2"
},
"deprecated": false,
"description": "JavaScript build tool, similar to Make or Rake",
"devDependencies": {
"eslint": "^6.8.0",
"mocha": "^10.2.0",
"q": "^1.5.1"
},
"engines": {
"node": ">=10"
},
"homepage": "https://github.com/jakejs/jake#readme",
"keywords": [
"build",
"cli",
"make",
"rake"
],
"license": "Apache-2.0",
"main": "./lib/jake.js",
"name": "jake",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git://github.com/jakejs/jake.git"
},
"scripts": {
"lint": "eslint --format codeframe \"lib/**/*.js\" \"test/**/*.js\"",
"lint:fix": "eslint --fix \"lib/**/*.js\" \"test/**/*.js\"",
"test": "./bin/cli.js test",
"test:ci": "npm run lint && npm run test"
},
"version": "10.8.6"
}