bytes-to-co2
Advanced tools
Comparing version 0.0.0-alpha.3 to 0.0.0-alpha.4
{ | ||
"name": "bytes-to-co2", | ||
"version": "0.0.0-alpha.3", | ||
"version": "0.0.0-alpha.4", | ||
"description": "Javascript module that calculates the co2 generated in transfer x amount of bytes over the network and the country.", | ||
@@ -23,5 +23,9 @@ "main": "dist/umd/index.js", | ||
"license": "MIT", | ||
"dependencies": { | ||
"rimraf": "^3.0.2" | ||
}, | ||
"keywords": [ | ||
"carbon footprint", | ||
"co2", | ||
"sustainability", | ||
"cost of transfer data" | ||
], | ||
"dependencies": {}, | ||
"devDependencies": { | ||
@@ -37,3 +41,4 @@ "@types/tap": "^14.10.0", | ||
"ts-node": "^8.10.2", | ||
"typescript": "^3.9.7" | ||
"typescript": "^3.9.7", | ||
"rimraf": "^3.0.2" | ||
}, | ||
@@ -40,0 +45,0 @@ "tap": { |
@@ -9,3 +9,3 @@ # bytes-to-co2 | ||
produce electricity (solar, wind, coal, diesel, nuclear, etc) and each one | ||
of this releases to the atmosphere a different amount of Carbon Dioxide (co2), | ||
of these releases to the atmosphere a different amount of Carbon Dioxide (co2), | ||
therefore transmit **x** amount of data will release a **y** amount of **co2**. | ||
@@ -32,1 +32,7 @@ | ||
``` | ||
## Contributing | ||
If anything in the way I'm calculating the footprint looks odd to you, please feel free to open an issue or PR. | ||
Any feedback or improvements in the way the co2 is calculated is welcomed. | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67447
0
11
37
11
- Removedrimraf@^3.0.2
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedglob@7.2.3(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedonce@1.4.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedrimraf@3.0.2(transitive)
- Removedwrappy@1.0.2(transitive)