2025-04-24 17:03:28 +08:00

58 lines
1.5 KiB
JSON

{
"_args": [
[
"xregexp@2.0.0",
"/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools"
]
],
"_from": "xregexp@2.0.0",
"_id": "xregexp@2.0.0",
"_inBundle": false,
"_integrity": "sha1-UqY+VsoLhKfzpfPWGHLxJq16WUM=",
"_location": "/xregexp",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "xregexp@2.0.0",
"name": "xregexp",
"escapedName": "xregexp",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/ftp"
],
"_resolved": "https://registry.nlark.com/xregexp/download/xregexp-2.0.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fxregexp%2Fdownload%2Fxregexp-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools",
"author": {
"name": "Steven Levithan",
"email": "steves_list@hotmail.com"
},
"bugs": {
"url": "https://github.com/slevithan/XRegExp/issues"
},
"description": "Extended JavaScript regular expressions",
"devDependencies": {
"qunit": ">= 0.2.x"
},
"homepage": "http://xregexp.com/",
"keywords": [
"regex",
"regexp"
],
"license": "MIT",
"main": "./xregexp-all.js",
"name": "xregexp",
"repository": {
"type": "git",
"url": "git+https://github.com/slevithan/XRegExp.git"
},
"scripts": {
"test": "node tests/node-qunit.js"
},
"version": "2.0.0"
}