85 lines
2.5 KiB
JSON
85 lines
2.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"b64-lite@1.4.0",
|
|
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
|
|
]
|
|
],
|
|
"_from": "b64-lite@1.4.0",
|
|
"_id": "b64-lite@1.4.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-aHe97M7DXt+dkpa8fHlCcm1CnskAHrJqEfMI0KN7dwqlzml/aUe1AGt6lk51HzrSfVD67xOso84sOpr+0wIe2w==",
|
|
"_location": "/b64-lite",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "b64-lite@1.4.0",
|
|
"name": "b64-lite",
|
|
"escapedName": "b64-lite",
|
|
"rawSpec": "1.4.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.4.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/b64u-lite",
|
|
"/isomorphic-webcrypto"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/b64-lite/-/b64-lite-1.4.0.tgz",
|
|
"_spec": "1.4.0",
|
|
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
|
|
"amdName": "b64Lite",
|
|
"browser": {
|
|
"./node/b64-lite.js": "./dist/b64-lite.main.js",
|
|
"./node/b64-lite.mjs": "./dist/b64-lite.mjs"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kevlened/b64-lite/issues"
|
|
},
|
|
"dependencies": {
|
|
"base-64": "^0.1.0"
|
|
},
|
|
"description": "isomorphic base64 library in 152 bytes",
|
|
"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": "^4.0.2",
|
|
"microbundle": "^0.11.0",
|
|
"webpack": "^4.40.2"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"node"
|
|
],
|
|
"homepage": "https://github.com/kevlened/b64-lite#readme",
|
|
"keywords": [
|
|
"b64",
|
|
"isomorphic",
|
|
"small",
|
|
"atob",
|
|
"btoa"
|
|
],
|
|
"license": "MIT",
|
|
"main": "node/b64-lite.js",
|
|
"module": "node/b64-lite.mjs",
|
|
"name": "b64-lite",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/kevlened/b64-lite.git"
|
|
},
|
|
"scripts": {
|
|
"build": "microbundle --entry browser.js --output dist && microbundle --entry node.js --output node --compress false && npm run build:react-native && cp b64-lite.main.js dist/",
|
|
"build:react-native": "cp react-native.js dist/ && cp b64-lite.ios.js dist/ && cp b64-lite.android.js dist/",
|
|
"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": "npm run test:node && npm run test:browser && npm run test:rn",
|
|
"test:browser": "karma start karma.conf.js --single-run",
|
|
"test:node": "node test/node.js",
|
|
"test:rn": "node test/react-native-sim.js"
|
|
},
|
|
"version": "1.4.0"
|
|
}
|