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

72 lines
2.0 KiB
JSON
Raw Normal View History

2020-12-21 11:29:31 -04:00
{
"_args": [
[
"b64u-lite@1.1.0",
2020-12-22 10:59:14 -04:00
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
2020-12-21 11:29:31 -04:00
]
],
"_from": "b64u-lite@1.1.0",
"_id": "b64u-lite@1.1.0",
"_inBundle": false,
"_integrity": "sha512-929qWGDVCRph7gQVTC6koHqQIpF4vtVaSbwLltFQo44B1bYUquALswZdBKFfrJCPEnsCOvWkJsPdQYZ/Ukhw8A==",
"_location": "/b64u-lite",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "b64u-lite@1.1.0",
"name": "b64u-lite",
"escapedName": "b64u-lite",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/isomorphic-webcrypto",
"/jws-lite"
],
"_resolved": "https://registry.npmjs.org/b64u-lite/-/b64u-lite-1.1.0.tgz",
"_spec": "1.1.0",
2020-12-22 10:59:14 -04:00
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
2020-12-21 11:29:31 -04:00
"amdName": "b64uLite",
"bugs": {
"url": "https://github.com/kevlened/b64u-lite/issues"
},
"dependencies": {
"b64-lite": "^1.4.0"
},
"description": "isomorphic base64url library in 358 bytes",
"devDependencies": {
"microbundle": "^0.11.0"
},
"files": [
"dist",
"bundle"
],
"homepage": "https://github.com/kevlened/b64u-lite#readme",
"keywords": [
"isomorphic",
"base64url",
"b64u",
"react",
"native"
],
"license": "MIT",
"main": "dist/b64u-lite.js",
"module": "dist/b64u-lite.mjs",
"name": "b64u-lite",
"repository": {
"type": "git",
"url": "git+https://github.com/kevlened/b64u-lite.git"
},
"scripts": {
"build": "npm run build:unbundled && npm run build:bundle",
"build:bundle": "microbundle --entry index.mjs --output bundle --external none --target browser",
"build:unbundled": "microbundle --entry index.mjs --output dist --external b64-lite --compress false",
"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",
"test": "node test.js"
},
"version": "1.1.0"
}