Gazebo_simulation-Frontend/node_modules/jwt-lite/package.json

77 lines
2.4 KiB
JSON

{
"_args": [
[
"jwt-lite@1.1.4",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "jwt-lite@1.1.4",
"_id": "jwt-lite@1.1.4",
"_inBundle": false,
"_integrity": "sha512-75qU/ayo4mMuMLIe1xwwbv/rWr/hc1lfXsejmrz01VIQ74z/nhFAlF+j18n0pO5xv0FZAvWEFLrKCMHEsFqBHA==",
"_location": "/jwt-lite",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "jwt-lite@1.1.4",
"name": "jwt-lite",
"escapedName": "jwt-lite",
"rawSpec": "1.1.4",
"saveSpec": null,
"fetchSpec": "1.1.4"
},
"_requiredBy": [
"/@okta/okta-react-native"
],
"_resolved": "https://registry.npmjs.org/jwt-lite/-/jwt-lite-1.1.4.tgz",
"_spec": "1.1.4",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"amdName": "jwtLite",
"author": {
"name": "kevlened"
},
"dependencies": {
"jws-lite": "^0.1.2"
},
"description": "isomorphic library to decode, sign, and verify JSON Web Tokens",
"devDependencies": {
"jasmine": "^3.4.0",
"jasmine-core": "^3.4.0",
"karma": "^4.3.0",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^2.0.1",
"karma-webpack": "^2.0.6",
"microbundle": "^0.2.4",
"typescript": "^2.6.2",
"webpack": "^3.10.0"
},
"files": [
"dist/jwt-lite.js",
"dist/jwt-lite.mjs",
"typescript/index.d.ts"
],
"gitHead": "3d2201540677042805550a26a94dc18f93e22e6a",
"license": "MIT",
"main": "dist/jwt-lite.js",
"module": "dist/jwt-lite.mjs",
"name": "jwt-lite",
"repository": {
"type": "git",
"url": "https://github.com/kevlened/jose/tree/master/packages/jwt-lite"
},
"scripts": {
"build": "microbundle --entry index.ts --output dist --compress false --external all && npm run build:types",
"build:types": "tsc index.ts --declaration --outDir typescript --target ES6 || exit 0",
"pretest": "npm run build",
"release": "npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish",
"start": "karma start karma.conf.js",
"test": "npm run test:browser && npm run test:react-native && npm run test:node",
"test:browser": "karma start karma.conf.js --single-run",
"test:node": "node test/node.js",
"test:react-native": "node test/react-native-sim.js"
},
"types": "typescript/index.d.ts",
"version": "1.1.4"
}