projen 0.80.7 → 0.80.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +41 -41
- package/lib/awscdk/auto-discover.js +5 -5
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-py.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +2 -2
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps-py.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +1 -1
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +1 -1
- package/lib/cdk/auto-discover-base.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/auto-discover.js +2 -2
- package/lib/cdk8s/cdk8s-app-py.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/cdk8s-deps-py.js +1 -1
- package/lib/cdk8s/cdk8s-deps.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/circleci/circleci.js +1 -1
- package/lib/component.js +1 -1
- package/lib/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose/docker-compose-service.js +1 -1
- package/lib/docker-compose/docker-compose.js +1 -1
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/actions-provider.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow-job.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflow-actions.js +1 -1
- package/lib/github/workflow-jobs.js +1 -1
- package/lib/github/workflow-steps.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitlab/configuration.js +1 -1
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +1 -1
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +4 -4
- package/lib/javascript/license-checker.js +1 -1
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.js +1 -1
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/prettier.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +2 -2
- package/lib/javascript/upgrade-dependencies.js +2 -2
- package/lib/javascript/yarnrc.js +1 -1
- package/lib/json-patch.js +1 -1
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project-tree.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +2 -2
- package/lib/projenrc.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.d.ts +3 -7
- package/lib/python/poetry.js +21 -43
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pytest-sample.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/renovatebot.js +1 -1
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-runtime.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +8 -10
- package/lib/typescript/projenrc-ts.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +6 -6
- package/lib/version.js +2 -2
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/extensions.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/settings.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +4 -4
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/node_modules/@iarna/toml/LICENSE +14 -0
- package/node_modules/@iarna/toml/README.md +301 -0
- package/node_modules/@iarna/toml/index.d.ts +57 -0
- package/node_modules/@iarna/toml/lib/create-date.js +23 -0
- package/node_modules/@iarna/toml/lib/create-datetime-float.js +24 -0
- package/node_modules/@iarna/toml/lib/create-datetime.js +10 -0
- package/node_modules/@iarna/toml/lib/create-time.js +22 -0
- package/node_modules/@iarna/toml/lib/format-num.js +6 -0
- package/node_modules/@iarna/toml/lib/parser-debug.js +60 -0
- package/node_modules/@iarna/toml/lib/parser.js +127 -0
- package/node_modules/@iarna/toml/lib/toml-parser.js +1379 -0
- package/node_modules/@iarna/toml/package.json +82 -0
- package/node_modules/@iarna/toml/parse-async.js +30 -0
- package/node_modules/@iarna/toml/parse-pretty-error.js +33 -0
- package/node_modules/@iarna/toml/parse-stream.js +80 -0
- package/node_modules/@iarna/toml/parse-string.js +18 -0
- package/node_modules/@iarna/toml/parse.js +5 -0
- package/node_modules/@iarna/toml/stringify.js +296 -0
- package/node_modules/@iarna/toml/toml.js +3 -0
- package/node_modules/yaml/browser/dist/parse/parser.js +4 -1
- package/node_modules/yaml/browser/dist/stringify/foldFlowLines.js +19 -10
- package/node_modules/yaml/browser/dist/stringify/stringifyCollection.js +5 -12
- package/node_modules/yaml/dist/parse/parser.js +4 -1
- package/node_modules/yaml/dist/stringify/foldFlowLines.js +19 -10
- package/node_modules/yaml/dist/stringify/stringifyCollection.js +5 -12
- package/node_modules/yaml/package.json +1 -1
- package/package.json +8 -8
- package/node_modules/json2toml/CHANGELOG.md +0 -128
- package/node_modules/json2toml/LICENSE.txt +0 -18
- package/node_modules/json2toml/README.md +0 -52
- package/node_modules/json2toml/index.d.ts +0 -13
- package/node_modules/json2toml/index.js +0 -160
- package/node_modules/json2toml/package.json +0 -62
- package/node_modules/lodash.isdate/LICENSE +0 -47
- package/node_modules/lodash.isdate/README.md +0 -18
- package/node_modules/lodash.isdate/index.js +0 -119
- package/node_modules/lodash.isdate/package.json +0 -17
- package/node_modules/lodash.isempty/LICENSE +0 -47
- package/node_modules/lodash.isempty/README.md +0 -18
- package/node_modules/lodash.isempty/index.js +0 -582
- package/node_modules/lodash.isempty/package.json +0 -17
- package/node_modules/lodash.isplainobject/LICENSE +0 -47
- package/node_modules/lodash.isplainobject/README.md +0 -18
- package/node_modules/lodash.isplainobject/index.js +0 -139
- package/node_modules/lodash.isplainobject/package.json +0 -17
- package/node_modules/strftime/Changelog.md +0 -286
- package/node_modules/strftime/Makefile +0 -15
- package/node_modules/strftime/Readme.md +0 -208
- package/node_modules/strftime/bower.json +0 -13
- package/node_modules/strftime/component.json +0 -16
- package/node_modules/strftime/package.json +0 -53
- package/node_modules/strftime/strftime-min.js +0 -21
- package/node_modules/strftime/strftime.js +0 -854
- package/node_modules/strftime/test.js +0 -271
|
@@ -1,119 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* lodash (Custom Build) <https://lodash.com/>
|
|
3
|
-
* Build: `lodash modularize exports="npm" -o ./`
|
|
4
|
-
* Copyright jQuery Foundation and other contributors <https://jquery.org/>
|
|
5
|
-
* Released under MIT license <https://lodash.com/license>
|
|
6
|
-
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
7
|
-
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
/** `Object#toString` result references. */
|
|
11
|
-
var dateTag = '[object Date]';
|
|
12
|
-
|
|
13
|
-
/** Detect free variable `global` from Node.js. */
|
|
14
|
-
var freeGlobal = typeof global == 'object' && global && global.Object === Object && global;
|
|
15
|
-
|
|
16
|
-
/** Detect free variable `exports`. */
|
|
17
|
-
var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports;
|
|
18
|
-
|
|
19
|
-
/** Detect free variable `module`. */
|
|
20
|
-
var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module;
|
|
21
|
-
|
|
22
|
-
/** Detect the popular CommonJS extension `module.exports`. */
|
|
23
|
-
var moduleExports = freeModule && freeModule.exports === freeExports;
|
|
24
|
-
|
|
25
|
-
/** Detect free variable `process` from Node.js. */
|
|
26
|
-
var freeProcess = moduleExports && freeGlobal.process;
|
|
27
|
-
|
|
28
|
-
/** Used to access faster Node.js helpers. */
|
|
29
|
-
var nodeUtil = (function() {
|
|
30
|
-
try {
|
|
31
|
-
return freeProcess && freeProcess.binding('util');
|
|
32
|
-
} catch (e) {}
|
|
33
|
-
}());
|
|
34
|
-
|
|
35
|
-
/* Node.js helper references. */
|
|
36
|
-
var nodeIsDate = nodeUtil && nodeUtil.isDate;
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* The base implementation of `_.unary` without support for storing metadata.
|
|
40
|
-
*
|
|
41
|
-
* @private
|
|
42
|
-
* @param {Function} func The function to cap arguments for.
|
|
43
|
-
* @returns {Function} Returns the new capped function.
|
|
44
|
-
*/
|
|
45
|
-
function baseUnary(func) {
|
|
46
|
-
return function(value) {
|
|
47
|
-
return func(value);
|
|
48
|
-
};
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
/** Used for built-in method references. */
|
|
52
|
-
var objectProto = Object.prototype;
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* Used to resolve the
|
|
56
|
-
* [`toStringTag`](http://ecma-international.org/ecma-262/6.0/#sec-object.prototype.tostring)
|
|
57
|
-
* of values.
|
|
58
|
-
*/
|
|
59
|
-
var objectToString = objectProto.toString;
|
|
60
|
-
|
|
61
|
-
/**
|
|
62
|
-
* The base implementation of `_.isDate` without Node.js optimizations.
|
|
63
|
-
*
|
|
64
|
-
* @private
|
|
65
|
-
* @param {*} value The value to check.
|
|
66
|
-
* @returns {boolean} Returns `true` if `value` is a date object, else `false`.
|
|
67
|
-
*/
|
|
68
|
-
function baseIsDate(value) {
|
|
69
|
-
return isObjectLike(value) && objectToString.call(value) == dateTag;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
/**
|
|
73
|
-
* Checks if `value` is classified as a `Date` object.
|
|
74
|
-
*
|
|
75
|
-
* @static
|
|
76
|
-
* @memberOf _
|
|
77
|
-
* @since 0.1.0
|
|
78
|
-
* @category Lang
|
|
79
|
-
* @param {*} value The value to check.
|
|
80
|
-
* @returns {boolean} Returns `true` if `value` is a date object, else `false`.
|
|
81
|
-
* @example
|
|
82
|
-
*
|
|
83
|
-
* _.isDate(new Date);
|
|
84
|
-
* // => true
|
|
85
|
-
*
|
|
86
|
-
* _.isDate('Mon April 23 2012');
|
|
87
|
-
* // => false
|
|
88
|
-
*/
|
|
89
|
-
var isDate = nodeIsDate ? baseUnary(nodeIsDate) : baseIsDate;
|
|
90
|
-
|
|
91
|
-
/**
|
|
92
|
-
* Checks if `value` is object-like. A value is object-like if it's not `null`
|
|
93
|
-
* and has a `typeof` result of "object".
|
|
94
|
-
*
|
|
95
|
-
* @static
|
|
96
|
-
* @memberOf _
|
|
97
|
-
* @since 4.0.0
|
|
98
|
-
* @category Lang
|
|
99
|
-
* @param {*} value The value to check.
|
|
100
|
-
* @returns {boolean} Returns `true` if `value` is object-like, else `false`.
|
|
101
|
-
* @example
|
|
102
|
-
*
|
|
103
|
-
* _.isObjectLike({});
|
|
104
|
-
* // => true
|
|
105
|
-
*
|
|
106
|
-
* _.isObjectLike([1, 2, 3]);
|
|
107
|
-
* // => true
|
|
108
|
-
*
|
|
109
|
-
* _.isObjectLike(_.noop);
|
|
110
|
-
* // => false
|
|
111
|
-
*
|
|
112
|
-
* _.isObjectLike(null);
|
|
113
|
-
* // => false
|
|
114
|
-
*/
|
|
115
|
-
function isObjectLike(value) {
|
|
116
|
-
return !!value && typeof value == 'object';
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
module.exports = isDate;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "lodash.isdate",
|
|
3
|
-
"version": "4.0.1",
|
|
4
|
-
"description": "The lodash method `_.isDate` exported as a module.",
|
|
5
|
-
"homepage": "https://lodash.com/",
|
|
6
|
-
"icon": "https://lodash.com/icon.svg",
|
|
7
|
-
"license": "MIT",
|
|
8
|
-
"keywords": "lodash-modularized, isdate",
|
|
9
|
-
"author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
|
|
10
|
-
"contributors": [
|
|
11
|
-
"John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
|
|
12
|
-
"Blaine Bublitz <blaine.bublitz@gmail.com> (https://github.com/phated)",
|
|
13
|
-
"Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
|
|
14
|
-
],
|
|
15
|
-
"repository": "lodash/lodash",
|
|
16
|
-
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }
|
|
17
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
Copyright jQuery Foundation and other contributors <https://jquery.org/>
|
|
2
|
-
|
|
3
|
-
Based on Underscore.js, copyright Jeremy Ashkenas,
|
|
4
|
-
DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
|
|
5
|
-
|
|
6
|
-
This software consists of voluntary contributions made by many
|
|
7
|
-
individuals. For exact contribution history, see the revision history
|
|
8
|
-
available at https://github.com/lodash/lodash
|
|
9
|
-
|
|
10
|
-
The following license applies to all parts of this software except as
|
|
11
|
-
documented below:
|
|
12
|
-
|
|
13
|
-
====
|
|
14
|
-
|
|
15
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
16
|
-
a copy of this software and associated documentation files (the
|
|
17
|
-
"Software"), to deal in the Software without restriction, including
|
|
18
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
19
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
20
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
21
|
-
the following conditions:
|
|
22
|
-
|
|
23
|
-
The above copyright notice and this permission notice shall be
|
|
24
|
-
included in all copies or substantial portions of the Software.
|
|
25
|
-
|
|
26
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
27
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
28
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
29
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
30
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
31
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
32
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
33
|
-
|
|
34
|
-
====
|
|
35
|
-
|
|
36
|
-
Copyright and related rights for sample code are waived via CC0. Sample
|
|
37
|
-
code is defined as all source code displayed within the prose of the
|
|
38
|
-
documentation.
|
|
39
|
-
|
|
40
|
-
CC0: http://creativecommons.org/publicdomain/zero/1.0/
|
|
41
|
-
|
|
42
|
-
====
|
|
43
|
-
|
|
44
|
-
Files located in the node_modules and vendor directories are externally
|
|
45
|
-
maintained libraries used by this software which have their own
|
|
46
|
-
licenses; we recommend you read them, as their terms may differ from the
|
|
47
|
-
terms above.
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
# lodash.isempty v4.4.0
|
|
2
|
-
|
|
3
|
-
The [lodash](https://lodash.com/) method `_.isEmpty` exported as a [Node.js](https://nodejs.org/) module.
|
|
4
|
-
|
|
5
|
-
## Installation
|
|
6
|
-
|
|
7
|
-
Using npm:
|
|
8
|
-
```bash
|
|
9
|
-
$ {sudo -H} npm i -g npm
|
|
10
|
-
$ npm i --save lodash.isempty
|
|
11
|
-
```
|
|
12
|
-
|
|
13
|
-
In Node.js:
|
|
14
|
-
```js
|
|
15
|
-
var isEmpty = require('lodash.isempty');
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
See the [documentation](https://lodash.com/docs#isEmpty) or [package source](https://github.com/lodash/lodash/blob/4.4.0-npm-packages/lodash.isempty) for more details.
|