os-browserify
Advanced tools
Comparing version 0.1.2 to 0.2.0
{ | ||
"name": "os-browserify", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"author": "Drew Young", | ||
@@ -8,2 +8,10 @@ "license": "MIT", | ||
"browser": "browser.js", | ||
"jspm": { | ||
"map": { | ||
"./main.js": { | ||
"node": "@node/os", | ||
"browser": "./browser.js" | ||
} | ||
} | ||
}, | ||
"repository": { | ||
@@ -10,0 +18,0 @@ "type": "git", |
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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2686
7