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

View File

@@ -0,0 +1,50 @@
{
"_args": [
[
"babel-plugin-transform-simplify-comparison-operators@6.9.4",
"C:\\EndBug\\GitHub\\add-and-commit"
]
],
"_development": true,
"_from": "babel-plugin-transform-simplify-comparison-operators@6.9.4",
"_id": "babel-plugin-transform-simplify-comparison-operators@6.9.4",
"_inBundle": false,
"_integrity": "sha1-9ir+CWyrDh9ootdT/fKDiIRxzrk=",
"_location": "/babel-plugin-transform-simplify-comparison-operators",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "babel-plugin-transform-simplify-comparison-operators@6.9.4",
"name": "babel-plugin-transform-simplify-comparison-operators",
"escapedName": "babel-plugin-transform-simplify-comparison-operators",
"rawSpec": "6.9.4",
"saveSpec": null,
"fetchSpec": "6.9.4"
},
"_requiredBy": [
"/babel-preset-minify"
],
"_resolved": "https://registry.npmjs.org/babel-plugin-transform-simplify-comparison-operators/-/babel-plugin-transform-simplify-comparison-operators-6.9.4.tgz",
"_spec": "6.9.4",
"_where": "C:\\EndBug\\GitHub\\add-and-commit",
"author": {
"name": "amasad"
},
"bugs": {
"url": "https://github.com/babel/minify/issues"
},
"description": "Convert === and !== to == and != if their types are inferred to be the same.",
"homepage": "https://github.com/babel/minify#readme",
"keywords": [
"babel-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "babel-plugin-transform-simplify-comparison-operators",
"repository": {
"type": "git",
"url": "https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-simplify-comparison-operators"
},
"version": "6.9.4"
}