Gazebo_simulation-Frontend/node_modules/str2buf/package.json
2020-12-22 09:59:14 -05:00

69 lines
1.8 KiB
JSON

{
"_args": [
[
"str2buf@1.3.0",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "str2buf@1.3.0",
"_id": "str2buf@1.3.0",
"_inBundle": false,
"_integrity": "sha512-xIBmHIUHYZDP4HyoXGHYNVmxlXLXDrtFHYT0eV6IOdEj3VO9ccaF1Ejl9Oq8iFjITllpT8FhaXb4KsNmw+3EuA==",
"_location": "/str2buf",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "str2buf@1.3.0",
"name": "str2buf",
"escapedName": "str2buf",
"rawSpec": "1.3.0",
"saveSpec": null,
"fetchSpec": "1.3.0"
},
"_requiredBy": [
"/isomorphic-webcrypto",
"/jws-lite"
],
"_resolved": "https://registry.npmjs.org/str2buf/-/str2buf-1.3.0.tgz",
"_spec": "1.3.0",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"browser": {
"./node/str2buf.js": "./dist/str2buf.js",
"./node/str2buf.mjs": "./dist/str2buf.mjs"
},
"bugs": {
"url": "https://github.com/kevlened/str2buf/issues"
},
"description": "isomorphic string <=> buffer in 198 bytes",
"devDependencies": {
"microbundle": "^0.2.4"
},
"files": [
"dist",
"fast",
"node"
],
"homepage": "https://github.com/kevlened/str2buf#readme",
"keywords": [
"string",
"buffer"
],
"license": "MIT",
"main": "node/str2buf.js",
"module": "node/str2buf.mjs",
"name": "str2buf",
"repository": {
"type": "git",
"url": "git+https://github.com/kevlened/str2buf.git"
},
"scripts": {
"build": "microbundle --entry browser.mjs --output dist && microbundle --entry node.mjs --output node",
"prepublish": "npm run build",
"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"
},
"version": "1.3.0"
}