| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "ret",
- "description": "Tokenizes a string that represents a regular expression.",
- "keywords": [
- "regex",
- "regexp",
- "regular expression",
- "parser",
- "tokenizer"
- ],
- "version": "0.1.15",
- "repository": {
- "type": "git",
- "url": "git://github.com/fent/ret.js.git"
- },
- "author": "Roly Fentanes (https://github.com/fent)",
- "main": "./lib/index.js",
- "files": [
- "lib"
- ],
- "scripts": {
- "test": "istanbul cover vows -- --spec test/*-test.js"
- },
- "directories": {
- "lib": "./lib"
- },
- "devDependencies": {
- "istanbul": "*",
- "vows": "*"
- },
- "engines": {
- "node": ">=0.12"
- },
- "license": "MIT",
- "__npminstall_done": "Thu Dec 24 2020 20:20:49 GMT+0800 (CST)",
- "_from": "ret@0.1.15",
- "_resolved": "https://registry.npm.taobao.org/ret/download/ret-0.1.15.tgz"
- }
|