UNPKG

dina-agi

Version:

DINA AGI - Dynamic Intelligence Network Architecture. 128 Autonomous Agents with Claude Flow, Swarms, and 300+ MCPs. True AGI System.

44 lines (43 loc) 781 B
{ "name": "escape-string-regexp", "version": "2.0.0", "description": "Escape RegExp special characters", "license": "MIT", "repository": "sindresorhus/escape-string-regexp", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "maintainers": [ "Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)", "Joshua Boy Nicolai Appelman <joshua@jbna.nl> (jbna.nl)" ], "engines": { "node": ">=8" }, "scripts": { "test": "xo && ava && tsd" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "escape", "regex", "regexp", "re", "regular", "expression", "string", "str", "special", "characters" ], "devDependencies": { "ava": "^1.4.1", "tsd": "^0.7.2", "xo": "^0.24.0" } }