HTMLify
package.json
Views: 28 | Author: cody
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | { "name": "regexp-clone", "version": "1.0.0", "description": "Clone RegExps with options", "main": "index.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "git://github.com/aheckmann/regexp-clone.git" }, "keywords": [ "RegExp", "clone" ], "author": "Aaron Heckmann <aaron.heckmann+github@gmail.com>", "license": "MIT", "devDependencies": { "mocha": "^6.1.4" } } |