summaryrefslogtreecommitdiff
path: root/node_modules/jake/package.json
diff options
context:
space:
mode:
author8cy <[email protected]>2020-05-24 07:40:34 -0700
committer8cy <[email protected]>2020-05-24 07:40:34 -0700
commita7dc1894d3f030926a95b948bd46fa60e95b8dcb (patch)
treeaa5c1b50427f9658ea2de686ea8c2032f289a6a2 /node_modules/jake/package.json
downloadaghpb-online-a7dc1894d3f030926a95b948bd46fa60e95b8dcb.tar.xz
aghpb-online-a7dc1894d3f030926a95b948bd46fa60e95b8dcb.zip
wow it actually works lol
Diffstat (limited to 'node_modules/jake/package.json')
-rw-r--r--node_modules/jake/package.json75
1 files changed, 75 insertions, 0 deletions
diff --git a/node_modules/jake/package.json b/node_modules/jake/package.json
new file mode 100644
index 0000000..f2426f3
--- /dev/null
+++ b/node_modules/jake/package.json
@@ -0,0 +1,75 @@
+{
+ "_from": "jake@^10.6.1",
+ "_id": "[email protected]",
+ "_inBundle": false,
+ "_integrity": "sha512-FUkLZXms1LSTQop5EJBdXVzbM0q6yYWMM4vo/TiLQeHJ4UMJVO8DBTZFiAgMBJctin9q92xnr2vdH7Wrpn7tTQ==",
+ "_location": "/jake",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "jake@^10.6.1",
+ "name": "jake",
+ "escapedName": "jake",
+ "rawSpec": "^10.6.1",
+ "saveSpec": null,
+ "fetchSpec": "^10.6.1"
+ },
+ "_requiredBy": [
+ "/ejs"
+ ],
+ "_resolved": "https://registry.npmjs.org/jake/-/jake-10.7.1.tgz",
+ "_shasum": "b8d13e2cf472be150cd5b0081399e22923f4bf2e",
+ "_spec": "jake@^10.6.1",
+ "_where": "E:\\Documents\\GitHub\\AGHPB-online\\node_modules\\ejs",
+ "author": {
+ "name": "Matthew Eernisse",
+ "email": "[email protected]",
+ "url": "http://fleegix.org"
+ },
+ "bin": {
+ "jake": "bin/cli.js"
+ },
+ "bugs": {
+ "url": "https://github.com/jakejs/jake/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "async": "0.9.x",
+ "chalk": "^2.4.2",
+ "filelist": "^1.0.1",
+ "minimatch": "^3.0.4"
+ },
+ "deprecated": false,
+ "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.7.1"
+}