Add node modules and package files

This commit is contained in:
Rachael Sewell
2019-09-06 15:17:38 -07:00
parent e84489cd02
commit 714607abe9
165 changed files with 2227 additions and 4644 deletions

View File

@@ -1,32 +1,27 @@
{
"_args": [
[
"windows-release@3.2.0",
"/Users/rachmari/github-repos/hello-world-javascript-action"
]
],
"_from": "windows-release@3.2.0",
"_from": "windows-release@^3.1.0",
"_id": "windows-release@3.2.0",
"_inBundle": false,
"_integrity": "sha512-QTlz2hKLrdqukrsapKsINzqMgOUpQW268eJ0OaOpJN32h272waxR9fkB9VoWRtK7uKHG5EHJcTXQBD8XZVJkFA==",
"_location": "/windows-release",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "windows-release@3.2.0",
"raw": "windows-release@^3.1.0",
"name": "windows-release",
"escapedName": "windows-release",
"rawSpec": "3.2.0",
"rawSpec": "^3.1.0",
"saveSpec": null,
"fetchSpec": "3.2.0"
"fetchSpec": "^3.1.0"
},
"_requiredBy": [
"/os-name"
],
"_resolved": "https://registry.npmjs.org/windows-release/-/windows-release-3.2.0.tgz",
"_spec": "3.2.0",
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action",
"_shasum": "8122dad5afc303d833422380680a79cdfa91785f",
"_spec": "windows-release@^3.1.0",
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action/node_modules/os-name",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -35,9 +30,11 @@
"bugs": {
"url": "https://github.com/sindresorhus/windows-release/issues"
},
"bundleDependencies": false,
"dependencies": {
"execa": "^1.0.0"
},
"deprecated": false,
"description": "Get the name of a Windows version from the release number: `5.1.2600` → `XP`",
"devDependencies": {
"ava": "^1.4.1",