Questionnaire-of-the-Facebo.../node_modules/write-file-atomic/package.json

77 lines
2.2 KiB
JSON

{
"_from": "write-file-atomic@^3.0.0",
"_id": "write-file-atomic@3.0.3",
"_inBundle": false,
"_integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
"_location": "/write-file-atomic",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "write-file-atomic@^3.0.0",
"name": "write-file-atomic",
"escapedName": "write-file-atomic",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/configstore"
],
"_resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
"_shasum": "56bd5c5a5c70481cd19c571bd39ab965a5de56e8",
"_spec": "write-file-atomic@^3.0.0",
"_where": "D:\\Documents\\UniWork\\Year 4\\Semester 2\\SEG3125\\Labs\\Lab 6\\Survey_Analysis\\node_modules\\configstore",
"author": {
"name": "Rebecca Turner",
"email": "me@re-becca.org",
"url": "http://re-becca.org"
},
"bugs": {
"url": "https://github.com/npm/write-file-atomic/issues"
},
"bundleDependencies": false,
"dependencies": {
"imurmurhash": "^0.1.4",
"is-typedarray": "^1.0.0",
"signal-exit": "^3.0.2",
"typedarray-to-buffer": "^3.1.5"
},
"deprecated": false,
"description": "Write files in an atomic fashion w/configurable ownership",
"devDependencies": {
"mkdirp": "^0.5.1",
"require-inject": "^1.4.4",
"rimraf": "^2.6.3",
"standard": "^14.3.1",
"tap": "^14.10.6"
},
"files": [
"index.js"
],
"homepage": "https://github.com/npm/write-file-atomic",
"keywords": [
"writeFile",
"atomic"
],
"license": "ISC",
"main": "index.js",
"name": "write-file-atomic",
"repository": {
"type": "git",
"url": "git://github.com/npm/write-file-atomic.git"
},
"scripts": {
"lint": "standard",
"postlint": "rimraf chowncopy good nochmod nochown nofsync nofsyncopt noopen norename \"norename nounlink\" nowrite",
"posttest": "npm run lint",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"preversion": "npm test",
"test": "tap"
},
"tap": {
"100": true
},
"version": "3.0.3"
}