Gazebo_simulation-Frontend/node_modules/is-in-browser/package.json

73 lines
1.9 KiB
JSON

{
"_args": [
[
"is-in-browser@1.1.3",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_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": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"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"
}