varstruct-cstring
Version:
Encode / decode C strings.
55 lines (54 loc) • 1.21 kB
JSON
{
"name": "varstruct-cstring",
"description": "Encode / decode C strings.",
"version": "2.0.1",
"author": "Exodus Movement, Inc.",
"bugs": {
"url": "https://github.com/exodusmovement/varstruct-cstring/issues"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.6",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-flow": "^7.18.6",
"standard": "^17.0.0",
"tape": "^5.6.1",
"varstruct": "^6.1.3"
},
"engines": {
"node": ">= 14.0.0"
},
"files": [
"lib/"
],
"homepage": "https://github.com/exodusmovement/varstruct-cstring#readme",
"keywords": [
"varstruct",
"cstring",
"c string",
"c",
"string"
],
"license": "MIT",
"main": "./lib/index.js",
"peerDependencies": {
"varstruct": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/exodusmovement/varstruct-cstring.git"
},
"scripts": {
"build": "babel src --out-dir lib",
"lint": "standard",
"prepare": "npm test",
"test": "npm run build && npm run lint && npm run unit",
"unit": "tape tests/*"
},
"standard": {
"ignore": [
"lib/"
],
"parser": "@babel/eslint-parser"
}
}