12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "_from": "os-name@^2.0.1",
- "_id": "os-name@2.0.1",
- "_inBundle": false,
- "_integrity": "sha1-uaOGNhwXrjohc27wWZQFyajF3F4=",
- "_location": "/os-name",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "os-name@^2.0.1",
- "name": "os-name",
- "escapedName": "os-name",
- "rawSpec": "^2.0.1",
- "saveSpec": null,
- "fetchSpec": "^2.0.1"
- },
- "_requiredBy": [
- "/@ionic/app-scripts"
- ],
- "_resolved": "https://registry.npmjs.org/os-name/-/os-name-2.0.1.tgz",
- "_shasum": "b9a386361c17ae3a21736ef0599405c9a8c5dc5e",
- "_spec": "os-name@^2.0.1",
- "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/@ionic/app-scripts",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/os-name/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "macos-release": "^1.0.0",
- "win-release": "^1.0.0"
- },
- "deprecated": false,
- "description": "Get the name of the current operating system. Example: macOS Sierra",
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/sindresorhus/os-name#readme",
- "keywords": [
- "os",
- "operating",
- "system",
- "platform",
- "name",
- "title",
- "release",
- "version",
- "macos",
- "osx",
- "windows",
- "linux"
- ],
- "license": "MIT",
- "name": "os-name",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/os-name.git"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "version": "2.0.1"
- }
|