|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "_args": [
- [
- "is-in-browser@1.1.3",
- "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
- ]
- ],
- "_from": "is-in-browser@1.1.3",
- "_id": "is-in-browser@1.1.3",
- "_inBundle": false,
- "_integrity": "sha1-Vv9NtoOgeMYILrldrX3GLh0E+DU=",
- "_location": "/is-in-browser",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "is-in-browser@1.1.3",
- "name": "is-in-browser",
- "escapedName": "is-in-browser",
- "rawSpec": "1.1.3",
- "saveSpec": null,
- "fetchSpec": "1.1.3"
- },
- "_requiredBy": [
- "/css-vendor",
- "/jss"
- ],
- "_resolved": "https://registry.npmjs.org/is-in-browser/-/is-in-browser-1.1.3.tgz",
- "_spec": "1.1.3",
- "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
- "author": {
- "name": "Jared Anderson"
- },
- "bugs": {
- "url": "https://github.com/tuxsudo/is-in-browser/issues"
- },
- "dependencies": {},
- "description": "Simple check to see if current app is running in browser",
- "devDependencies": {
- "babel": "^6.3.26",
- "babel-cli": "^6.4.5",
- "babel-eslint": "^4.1.6",
- "babel-preset-es2015": "^6.3.13",
- "babel-preset-stage-2": "^6.3.13",
- "babel-tape-runner": "^2.0.1",
- "cpy-cli": "^1.0.1",
- "eslint": "^1.10.3",
- "eslint-config-airbnb": "^4.0.0",
- "tap-spec": "^4.1.1",
- "tape": "^4.4.0"
- },
- "directories": {
- "test": "test"
- },
- "homepage": "https://github.com/tuxsudo/is-in-browser#readme",
- "keywords": [],
- "license": "MIT",
- "main": "dist/index.js",
- "module": "dist/module.js",
- "name": "is-in-browser",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/tuxsudo/is-in-browser.git"
- },
- "scripts": {
- "build": "BABEL_ENV=cjs babel src -d dist && BABEL_ENV=module babel src/index.js -o dist/module.js && cpy src/index.d.ts dist",
- "prepublish": "npm run build",
- "test": "babel-tape-runner test/*.js | tap-spec"
- },
- "types": "dist/index.d.ts",
- "version": "1.1.3"
- }
|