mirror of
https://github.com/github/codeql-action.git
synced 2026-01-01 04:00:24 +08:00
Update node modules
https://github.com/github/codeql-action/pull/87/checks?check_run_id=811666672
This commit is contained in:
82
node_modules/write-file-atomic/package.json
generated
vendored
82
node_modules/write-file-atomic/package.json
generated
vendored
@@ -1,49 +1,37 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"write-file-atomic@3.0.3",
|
||||
"/Users/sam/code/codeql-action"
|
||||
]
|
||||
],
|
||||
"_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"
|
||||
"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"
|
||||
},
|
||||
"_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"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/npm/write-file-atomic.git"
|
||||
},
|
||||
"keywords": [
|
||||
"writeFile",
|
||||
"atomic"
|
||||
],
|
||||
"author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org)",
|
||||
"license": "ISC",
|
||||
"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",
|
||||
@@ -54,29 +42,7 @@
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user