Questionnaire-of-the-Facebo.../node_modules/jake/package.json

79 lines
1.9 KiB
JSON
Raw Normal View History

2021-03-11 01:43:28 +00:00
{
"_args": [
[
"jake@10.8.2",
"D:\\Documents\\UniWork\\Year 4\\Semester 2\\SEG3125\\Labs\\Lab 6\\Survey_Analysis"
]
],
"_from": "jake@10.8.2",
"_id": "jake@10.8.2",
"_inBundle": false,
"_integrity": "sha512-eLpKyrfG3mzvGE2Du8VoPbeSkRry093+tyNjdYaBbJS9v17knImYGNXQCUV0gLxQtF82m3E8iRb/wdSQZLoq7A==",
"_location": "/jake",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "jake@10.8.2",
"name": "jake",
"escapedName": "jake",
"rawSpec": "10.8.2",
"saveSpec": null,
"fetchSpec": "10.8.2"
},
"_requiredBy": [
"/ejs"
],
"_resolved": "https://registry.npmjs.org/jake/-/jake-10.8.2.tgz",
"_spec": "10.8.2",
"_where": "D:\\Documents\\UniWork\\Year 4\\Semester 2\\SEG3125\\Labs\\Lab 6\\Survey_Analysis",
"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"
},
"dependencies": {
"async": "0.9.x",
"chalk": "^2.4.2",
"filelist": "^1.0.1",
"minimatch": "^3.0.4"
},
"description": "JavaScript build tool, similar to Make or Rake",
"devDependencies": {
"eslint": "^6.8.0",
"mocha": "^7.1.1",
"q": "^1.5.1"
},
"engines": {
"node": "*"
},
"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.2"
}