Son CV dans un terminal web en Javascript!
https://terminal-cv.gregandev.fr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
628 B
25 lines
628 B
{
|
|
"name": "@parcel/fs-write-stream-atomic",
|
|
"version": "2.0.0",
|
|
"description": "Like `fs.createWriteStream(...)`, but atomic.",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.2",
|
|
"iferr": "^1.0.2",
|
|
"imurmurhash": "^0.1.4",
|
|
"readable-stream": "1 || 2"
|
|
},
|
|
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
|
"license": "ISC",
|
|
"gitHead": "84da50ae6943bff9741e2fc76d2f4968074cbbd6"
|
|
}
|
|
|