Commit modules

This commit is contained in:
Federico Grandi
2019-12-14 23:17:51 +01:00
parent 8063b07a5a
commit a88246a48b
4243 changed files with 1074761 additions and 0 deletions

7
node_modules/babel-helper-is-void-0/README.md generated vendored Normal file
View File

@@ -0,0 +1,7 @@
# babel-helper-is-void-0
## Installation
```sh
npm install babel-helper-is-void-0 --save-dev
```

11
node_modules/babel-helper-is-void-0/lib/index.js generated vendored Normal file
View File

@@ -0,0 +1,11 @@
"use strict";
module.exports = function (t) {
return function isVoid0(expr) {
return t.isUnaryExpression(expr, {
operator: "void"
}) && t.isNumericLiteral(expr.argument, {
value: 0
});
};
};

51
node_modules/babel-helper-is-void-0/package.json generated vendored Normal file
View File

@@ -0,0 +1,51 @@
{
"_args": [
[
"babel-helper-is-void-0@0.4.3",
"C:\\EndBug\\GitHub\\add-and-commit"
]
],
"_development": true,
"_from": "babel-helper-is-void-0@0.4.3",
"_id": "babel-helper-is-void-0@0.4.3",
"_inBundle": false,
"_integrity": "sha1-fZwBtFYee5Xb2g9u7kj1tg5nMT4=",
"_location": "/babel-helper-is-void-0",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "babel-helper-is-void-0@0.4.3",
"name": "babel-helper-is-void-0",
"escapedName": "babel-helper-is-void-0",
"rawSpec": "0.4.3",
"saveSpec": null,
"fetchSpec": "0.4.3"
},
"_requiredBy": [
"/babel-plugin-minify-flip-comparisons",
"/babel-plugin-minify-type-constructors"
],
"_resolved": "https://registry.npmjs.org/babel-helper-is-void-0/-/babel-helper-is-void-0-0.4.3.tgz",
"_spec": "0.4.3",
"_where": "C:\\EndBug\\GitHub\\add-and-commit",
"author": {
"name": "amasad"
},
"bugs": {
"url": "https://github.com/babel/minify/issues"
},
"description": "## Installation",
"homepage": "https://github.com/babel/minify#readme",
"keywords": [
"babel-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "babel-helper-is-void-0",
"repository": {
"type": "git",
"url": "https://github.com/babel/minify/tree/master/packages/babel-helper-is-void-0"
},
"version": "0.4.3"
}