diff options
author | 2020-11-18 23:26:45 +0100 | |
---|---|---|
committer | 2020-11-18 23:26:45 +0100 | |
commit | 81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 (patch) | |
tree | 8b959d50c5a614cbf9fcb346ed556140374d4b6d /node_modules/os-browserify | |
parent | 1870f3fdf43707a15fda0f609a021f516f45eb63 (diff) | |
download | website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.gz website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.tar.bz2 website_creator-81ddf9b700bc48a1f8e472209f080f9c1d9a9b09.zip |
rm node_modules
Diffstat (limited to 'node_modules/os-browserify')
-rw-r--r-- | node_modules/os-browserify/.npmignore | 14 | ||||
-rw-r--r-- | node_modules/os-browserify/LICENSE | 21 | ||||
-rw-r--r-- | node_modules/os-browserify/README.md | 5 | ||||
-rw-r--r-- | node_modules/os-browserify/browser.js | 49 | ||||
-rw-r--r-- | node_modules/os-browserify/main.js | 1 | ||||
-rw-r--r-- | node_modules/os-browserify/package.json | 53 |
6 files changed, 0 insertions, 143 deletions
diff --git a/node_modules/os-browserify/.npmignore b/node_modules/os-browserify/.npmignore deleted file mode 100644 index f356293..0000000 --- a/node_modules/os-browserify/.npmignore +++ /dev/null @@ -1,14 +0,0 @@ -lib-cov -*.seed -*.log -*.csv -*.dat -*.out -*.pid -*.gz - -pids -logs -results - -npm-debug.log diff --git a/node_modules/os-browserify/LICENSE b/node_modules/os-browserify/LICENSE deleted file mode 100644 index 4b870da..0000000 --- a/node_modules/os-browserify/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2017 CoderPuppy - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/node_modules/os-browserify/README.md b/node_modules/os-browserify/README.md deleted file mode 100644 index 4dd7d6e..0000000 --- a/node_modules/os-browserify/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# os-browserify - -The [os](https://nodejs.org/api/os.html) module from node.js, but for browsers. - -When you `require('os')` in [browserify](http://github.com/substack/node-browserify), this module will be loaded. diff --git a/node_modules/os-browserify/browser.js b/node_modules/os-browserify/browser.js deleted file mode 100644 index 22d9a2a..0000000 --- a/node_modules/os-browserify/browser.js +++ /dev/null @@ -1,49 +0,0 @@ -exports.endianness = function () { return 'LE' }; - -exports.hostname = function () { - if (typeof location !== 'undefined') { - return location.hostname - } - else return ''; -}; - -exports.loadavg = function () { return [] }; - -exports.uptime = function () { return 0 }; - -exports.freemem = function () { - return Number.MAX_VALUE; -}; - -exports.totalmem = function () { - return Number.MAX_VALUE; -}; - -exports.cpus = function () { return [] }; - -exports.type = function () { return 'Browser' }; - -exports.release = function () { - if (typeof navigator !== 'undefined') { - return navigator.appVersion; - } - return ''; -}; - -exports.networkInterfaces -= exports.getNetworkInterfaces -= function () { return {} }; - -exports.arch = function () { return 'javascript' }; - -exports.platform = function () { return 'browser' }; - -exports.tmpdir = exports.tmpDir = function () { - return '/tmp'; -}; - -exports.EOL = '\n'; - -exports.homedir = function () { - return '/' -}; diff --git a/node_modules/os-browserify/main.js b/node_modules/os-browserify/main.js deleted file mode 100644 index 5910697..0000000 --- a/node_modules/os-browserify/main.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = require('os'); diff --git a/node_modules/os-browserify/package.json b/node_modules/os-browserify/package.json deleted file mode 100644 index 570e5d7..0000000 --- a/node_modules/os-browserify/package.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "_from": "os-browserify@^0.3.0", - "_id": "os-browserify@0.3.0", - "_inBundle": false, - "_integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=", - "_location": "/os-browserify", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "os-browserify@^0.3.0", - "name": "os-browserify", - "escapedName": "os-browserify", - "rawSpec": "^0.3.0", - "saveSpec": null, - "fetchSpec": "^0.3.0" - }, - "_requiredBy": [ - "/node-libs-browser" - ], - "_resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", - "_shasum": "854373c7f5c2315914fc9bfc6bd8238fdda1ec27", - "_spec": "os-browserify@^0.3.0", - "_where": "/home/pruss/Dev/3-minute-website/node_modules/node-libs-browser", - "author": { - "name": "CoderPuppy", - "email": "coderpup@gmail.com" - }, - "browser": "browser.js", - "bugs": { - "url": "https://github.com/CoderPuppy/os-browserify/issues" - }, - "bundleDependencies": false, - "deprecated": false, - "description": "The [os](https://nodejs.org/api/os.html) module from node.js, but for browsers.", - "homepage": "https://github.com/CoderPuppy/os-browserify#readme", - "jspm": { - "map": { - "./main.js": { - "node": "@node/os", - "browser": "./browser.js" - } - } - }, - "license": "MIT", - "main": "main.js", - "name": "os-browserify", - "repository": { - "type": "git", - "url": "git+ssh://git@github.com/CoderPuppy/os-browserify.git" - }, - "version": "0.3.0" -} |