Run npm install so have clear baseline

This commit is contained in:
Sam Partington
2020-06-24 12:07:13 +01:00
parent 6846c702da
commit 43c1bea680
403 changed files with 22000 additions and 7778 deletions

View File

@@ -1,37 +1,49 @@
{
"name": "write-file-atomic",
"version": "3.0.3",
"description": "Write files in an atomic fashion w/configurable ownership",
"main": "index.js",
"scripts": {
"test": "tap",
"posttest": "npm run lint",
"lint": "standard",
"postlint": "rimraf chowncopy good nochmod nochown nofsync nofsyncopt noopen norename \"norename nounlink\" nowrite",
"preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags"
},
"repository": {
"type": "git",
"url": "git://github.com/npm/write-file-atomic.git"
},
"keywords": [
"writeFile",
"atomic"
"_args": [
[
"write-file-atomic@3.0.3",
"/Users/sam/code/codeql-action"
]
],
"author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org)",
"license": "ISC",
"_development": true,
"_from": "write-file-atomic@3.0.3",
"_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": "version",
"registry": true,
"raw": "write-file-atomic@3.0.3",
"name": "write-file-atomic",
"escapedName": "write-file-atomic",
"rawSpec": "3.0.3",
"saveSpec": null,
"fetchSpec": "3.0.3"
},
"_requiredBy": [
"/ava",
"/configstore"
],
"_resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
"_spec": "3.0.3",
"_where": "/Users/sam/code/codeql-action",
"author": {
"name": "Rebecca Turner",
"email": "me@re-becca.org",
"url": "http://re-becca.org"
},
"bugs": {
"url": "https://github.com/npm/write-file-atomic/issues"
},
"homepage": "https://github.com/npm/write-file-atomic",
"dependencies": {
"imurmurhash": "^0.1.4",
"is-typedarray": "^1.0.0",
"signal-exit": "^3.0.2",
"typedarray-to-buffer": "^3.1.5"
},
"description": "Write files in an atomic fashion w/configurable ownership",
"devDependencies": {
"mkdirp": "^0.5.1",
"require-inject": "^1.4.4",
@@ -42,7 +54,29 @@
"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"
}