You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.4 KiB
60 lines
1.4 KiB
{ |
|
"_args": [ |
|
[ |
|
"xregexp@3.1.0", |
|
"D:\\Project\\DaPing" |
|
] |
|
], |
|
"_from": "xregexp@3.1.0", |
|
"_id": "xregexp@3.1.0", |
|
"_inBundle": false, |
|
"_integrity": "sha512-4Y1x6DyB8xRoxosooa6PlGWqmmSKatbzhrftZ7Purmm4B8R4qIEJG1A2hZsdz5DhmIqS0msC0I7KEq93GphEVg==", |
|
"_location": "/xregexp", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "xregexp@3.1.0", |
|
"name": "xregexp", |
|
"escapedName": "xregexp", |
|
"rawSpec": "3.1.0", |
|
"saveSpec": null, |
|
"fetchSpec": "3.1.0" |
|
}, |
|
"_requiredBy": [ |
|
"/@dcloudio/uni-cli-shared" |
|
], |
|
"_resolved": "https://registry.npmjs.org/xregexp/-/xregexp-3.1.0.tgz", |
|
"_spec": "3.1.0", |
|
"_where": "D:\\Project\\DaPing", |
|
"author": { |
|
"name": "Steven Levithan", |
|
"email": "steves_list@hotmail.com" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/slevithan/xregexp/issues" |
|
}, |
|
"description": "Extended regular expressions", |
|
"devDependencies": { |
|
"browserify": "^12.0.1" |
|
}, |
|
"files": [ |
|
"src" |
|
], |
|
"homepage": "http://xregexp.com/", |
|
"keywords": [ |
|
"regex", |
|
"regexp" |
|
], |
|
"license": "MIT", |
|
"main": "./src/index.js", |
|
"name": "xregexp", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/slevithan/xregexp.git" |
|
}, |
|
"scripts": { |
|
"build": "browserify src/index.js --standalone XRegExp > xregexp-all.js" |
|
}, |
|
"version": "3.1.0" |
|
}
|
|
|