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

82 lines
2.4 KiB
JSON

{
"_args": [
[
"jwk-lite@0.1.3",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "jwk-lite@0.1.3",
"_id": "jwk-lite@0.1.3",
"_inBundle": false,
"_integrity": "sha512-InAmm7d3rq6ZdoHllzXpsgB21U2rUiXCd526mn8E4Lg1xymaUJ3T1RBB3YLtYoz9BuYJm3768TxP9xxcq+kccQ==",
"_location": "/jwk-lite",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "jwk-lite@0.1.3",
"name": "jwk-lite",
"escapedName": "jwk-lite",
"rawSpec": "0.1.3",
"saveSpec": null,
"fetchSpec": "0.1.3"
},
"_requiredBy": [
"/jws-lite"
],
"_resolved": "https://registry.npmjs.org/jwk-lite/-/jwk-lite-0.1.3.tgz",
"_spec": "0.1.3",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"amdName": "jwkLite",
"author": {
"name": "kevlened"
},
"dependencies": {
"isomorphic-webcrypto": "^1.6.2",
"jose-algorithms": "^0.0.4"
},
"description": "isomorphic library to generate, import, and export JSON Web Keys",
"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/jwk-lite.js",
"dist/jwk-lite.mjs",
"typescript/index.d.ts"
],
"gitHead": "3408bcaff5e42cd07f29dad4386d876553a774bc",
"keywords": [
"JOSE",
"JWK"
],
"license": "MIT",
"main": "dist/jwk-lite.js",
"module": "dist/jwk-lite.mjs",
"name": "jwk-lite",
"repository": {
"type": "git",
"url": "https://github.com/kevlened/jose/tree/master/packages/jwk-lite"
},
"scripts": {
"build": "microbundle --entry index.ts --output dist --external all --compress false && 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:node && npm run test:react-native && npm run test:browser",
"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": "0.1.3"
}