summaryrefslogtreecommitdiff
path: root/node_modules/os-shim/package.json
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-03 02:37:42 -0700
committer8cy <[email protected]>2020-04-03 02:37:42 -0700
commit60867fb030bae582082340ead7dbc7efdc2f5398 (patch)
tree4c6a7356351be2e4914e15c4703172597c45656e /node_modules/os-shim/package.json
parentcommenting (diff)
downloads5nical-60867fb030bae582082340ead7dbc7efdc2f5398.tar.xz
s5nical-60867fb030bae582082340ead7dbc7efdc2f5398.zip
2020/04/03, 02:34, v1.2.0
Diffstat (limited to 'node_modules/os-shim/package.json')
-rw-r--r--node_modules/os-shim/package.json65
1 files changed, 65 insertions, 0 deletions
diff --git a/node_modules/os-shim/package.json b/node_modules/os-shim/package.json
new file mode 100644
index 0000000..372d5d5
--- /dev/null
+++ b/node_modules/os-shim/package.json
@@ -0,0 +1,65 @@
+{
+ "_from": "os-shim@^0.1.2",
+ "_id": "[email protected]",
+ "_inBundle": false,
+ "_integrity": "sha1-a2LDeRz3kJ6jXtRuF2WLtBfLORc=",
+ "_location": "/os-shim",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "os-shim@^0.1.2",
+ "name": "os-shim",
+ "escapedName": "os-shim",
+ "rawSpec": "^0.1.2",
+ "saveSpec": null,
+ "fetchSpec": "^0.1.2"
+ },
+ "_requiredBy": [
+ "/spawn-sync"
+ ],
+ "_resolved": "https://registry.npmjs.org/os-shim/-/os-shim-0.1.3.tgz",
+ "_shasum": "6b62c3791cf7909ea35ed46e17658bb417cb3917",
+ "_spec": "os-shim@^0.1.2",
+ "_where": "E:\\Documents\\GitHub\\s5nical\\node_modules\\spawn-sync",
+ "bugs": {
+ "url": "https://github.com/h2non/node-os-shim/issues"
+ },
+ "bundleDependencies": false,
+ "contributors": [
+ {
+ "name": "Tomas Aparicio",
+ "email": "[email protected]"
+ }
+ ],
+ "deprecated": false,
+ "description": "Native OS module API shim for older node.js versions",
+ "devDependencies": {
+ "expect.js": "~0.2.0",
+ "mocha": "~1.15.1"
+ },
+ "directories": {
+ "lib": "./lib"
+ },
+ "engines": {
+ "node": ">= 0.4.0"
+ },
+ "homepage": "http://github.com/h2non/node-os-shim",
+ "keywords": [
+ "os",
+ "tmpdir",
+ "endianness",
+ "shim"
+ ],
+ "licenses": "MIT",
+ "main": "lib/os",
+ "name": "os-shim",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/h2non/node-os-shim.git"
+ },
+ "scripts": {
+ "test": "make test"
+ },
+ "version": "0.1.3"
+}