Initial commit

This commit is contained in:
pasketti
2026-04-05 16:14:49 -04:00
commit ebee3a5534
14059 changed files with 2588797 additions and 0 deletions

20
node_modules/rw/package.json generated vendored Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "rw",
"version": "1.3.3",
"description": "Now stdin and stdout are files.",
"homepage": "https://github.com/mbostock/rw",
"license": "BSD-3-Clause",
"author": {
"name": "Mike Bostock",
"url": "http://bost.ocks.org/mike"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "http://github.com/mbostock/rw.git"
},
"devDependencies": {
"d3-queue": "3",
"eslint": "3"
}
}