Desplegando App

This commit is contained in:
2022-02-25 13:15:51 -05:00
parent 7e6467e75d
commit f12b75b26d
1182 changed files with 166158 additions and 1 deletions

111
node_modules/write-file-atomic/package.json generated vendored Normal file
View File

@@ -0,0 +1,111 @@
{
"_args": [
[
"write-file-atomic@^2.0.0",
"/home/pablinux/Projects/Node/app_sigma/node_modules/configstore"
]
],
"_from": "write-file-atomic@>=2.0.0 <3.0.0",
"_hasShrinkwrap": false,
"_id": "write-file-atomic@2.4.3",
"_inCache": true,
"_installable": true,
"_location": "/write-file-atomic",
"_nodeVersion": "12.2.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/write-file-atomic_2.4.3_1558716532556_0.2880615077337976"
},
"_npmUser": {
"email": "i@izs.me",
"name": "isaacs"
},
"_npmVersion": "6.9.0",
"_phantomChildren": {},
"_requested": {
"name": "write-file-atomic",
"raw": "write-file-atomic@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/configstore"
],
"_resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz",
"_shasum": "1fd2e9ae1df3e75b8d8c367443c692d4ca81f481",
"_shrinkwrap": null,
"_spec": "write-file-atomic@^2.0.0",
"_where": "/home/pablinux/Projects/Node/app_sigma/node_modules/configstore",
"author": {
"email": "me@re-becca.org",
"name": "Rebecca Turner",
"url": "http://re-becca.org"
},
"bugs": {
"url": "https://github.com/iarna/write-file-atomic/issues"
},
"dependencies": {
"graceful-fs": "^4.1.11",
"imurmurhash": "^0.1.4",
"signal-exit": "^3.0.2"
},
"description": "Write files in an atomic fashion w/configurable ownership",
"devDependencies": {
"mkdirp": "^0.5.1",
"require-inject": "^1.4.0",
"rimraf": "^2.5.4",
"standard": "^12.0.1",
"tap": "^12.1.3"
},
"directories": {},
"dist": {
"fileCount": 5,
"integrity": "sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc6CB1CRA9TVsSAnZWagAAKv8P/0XmSzv2zNvqfeBtBqqm\nFfvpCZHVOGb4jYPW87fIF1BsFCqGILhDEhUhW2tSkckNW4a7SB+ZmmAVzh4w\ngS8JL0FAkgftjvS1lkVQ5fMJvhw0HoKMVGGKGgOv2LN2G3genJPn7iU8oOOP\nCQVrEjBUyL9no1ebU6hDNdp2v8FcltyFbshwYJtVtCHLek80AREhtkpe0uHg\nc7zYwszOPT5g/AJf47QiY1m7jr0KH6BLSDx2loqx+uaS3qazVcflUG8N7ezy\nRSyTybXScz+qc0Puickqzg8ZTEloc5CQAGU4cgIYDyCYjB36HFxJoCjQShVa\nBAWuv7UrnIxqCvVCJmZYbEehoEkLh0C8tKTn+DJBM8BIrxWKklMeV4hNUNJ8\n1zQamBc19YcDKqOqBH2g3ggZNDYZ0s8Cr726v4wzaDMipWFor196A3HSBy9i\nLKiE/f0/4O9FyKKvodMGTvmmJIkdiHnt6nAX8XiBJExzQKY8r+ZXsE6NrZwH\n8NgA77VuxHdppfc5pURyVEFRFa1xWDVo1M445CvFo+ijqehtJ41uWOftBbrE\nuJ//zGzq88uK2gv9RbUvJTTPCEB61IKeUBsqIswmbiS8i0xP/KmKR0Vtg7uN\nOMye9XJOJNV0OpCJrokCB7A8WpFq55o0KBDA5yMYXGEskLTbL6jYicIhC45U\nk3qn\r\n=Ai3b\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "1fd2e9ae1df3e75b8d8c367443c692d4ca81f481",
"tarball": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz",
"unpackedSize": 12243
},
"gitHead": "f3b025d7ec066b3579c0737a400e668dbed42262",
"homepage": "https://github.com/iarna/write-file-atomic",
"keywords": [
"atomic",
"writeFile"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "iarna",
"email": "me@re-becca.org"
},
{
"name": "isaacs",
"email": "i@izs.me"
},
{
"name": "othiym23",
"email": "ogd@aoaioxxysz.net"
},
{
"name": "zkat",
"email": "npm@zkat.tech"
}
],
"name": "write-file-atomic",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/iarna/write-file-atomic.git"
},
"scripts": {
"postpublish": "git push origin --follow-tags",
"postversion": "npm publish",
"preversion": "npm test",
"test": "standard && tap --100 test/*.js"
},
"version": "2.4.3"
}