| 1234567891011121314151617181920212223242526 |
- {
- "name": "xregexp",
- "version": "2.0.0",
- "homepage": "http://xregexp.com/",
- "author": "Steven Levithan <steves_list@hotmail.com>",
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "https://github.com/slevithan/XRegExp.git"
- },
- "description": "Extended JavaScript regular expressions",
- "keywords": [
- "regex",
- "regexp"
- ],
- "main": "./xregexp-all.js",
- "scripts": {
- "test": "node tests/node-qunit.js"
- },
- "devDependencies": {
- "qunit": ">= 0.2.x"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:51 GMT+0800 (CST)",
- "_from": "xregexp@2.0.0",
- "_resolved": "https://registry.npm.taobao.org/xregexp/download/xregexp-2.0.0.tgz?cache=0&sync_timestamp=1607405543283&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fxregexp%2Fdownload%2Fxregexp-2.0.0.tgz"
- }
|