@identityinvest/subsume
Version:
CommonJS version of subsume 4.0.0. See https://github.com/mifi/commonify
46 lines • 930 B
JSON
{
"name": "@identityinvest/subsume",
"version": "4.0.0",
"description": "CommonJS version of subsume 4.0.0. See https://github.com/mifi/commonify",
"keywords": [
"subsume",
"embed",
"embedded",
"include",
"insert",
"data",
"string",
"text",
"content",
"compose",
"parse",
"extract",
"encode",
"decode"
],
"repository": "sindresorhus/subsume",
"license": "MIT",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"main": "./index.js",
"files": [
"index.js",
"index.d.ts"
],
"scripts": {},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"dependencies": {
"@identityinvest/escape-string-regexp": "5.0.0",
"@identityinvest/unique-string": "3.0.0"
},
"devDependencies": {
"ava": "^3.15.0",
"tsd": "^0.17.0",
"xo": "^0.44.0"
}
}