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.

97 lines
2.3 KiB

{
"_args": [
[
{
"raw": "xregexp@^3.0.0",
"scope": null,
"escapedName": "xregexp",
"name": "xregexp",
"rawSpec": "^3.0.0",
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"/Users/trott/io.js/tools/node_modules/table"
]
],
"_from": "xregexp@>=3.0.0 <4.0.0",
"_id": "xregexp@3.1.1",
"_inCache": true,
"_installable": true,
"_location": "/xregexp",
"_nodeVersion": "3.3.1",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/xregexp-3.1.1.tgz_1463265906533_0.49629145418293774"
},
"_npmUser": {
"name": "slevithan",
"email": "steves_list@hotmail.com"
},
"_npmVersion": "2.14.3",
"_phantomChildren": {},
"_requested": {
"raw": "xregexp@^3.0.0",
"scope": null,
"escapedName": "xregexp",
"name": "xregexp",
"rawSpec": "^3.0.0",
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/table"
],
"_resolved": "https://registry.npmjs.org/xregexp/-/xregexp-3.1.1.tgz",
"_shasum": "8ee18d75ef5c7cb3f9967f8d29414a6ca5b1a184",
"_shrinkwrap": null,
"_spec": "xregexp@^3.0.0",
"_where": "/Users/trott/io.js/tools/node_modules/table",
"author": {
"name": "Steven Levithan",
"email": "steves_list@hotmail.com"
},
"bugs": {
"url": "https://github.com/slevithan/xregexp/issues"
},
"dependencies": {},
"description": "Extended regular expressions",
"devDependencies": {
"browserify": "^12.0.1"
},
"directories": {},
"dist": {
"shasum": "8ee18d75ef5c7cb3f9967f8d29414a6ca5b1a184",
"tarball": "https://registry.npmjs.org/xregexp/-/xregexp-3.1.1.tgz"
},
"files": [
"src"
],
"gitHead": "37413619ea9f03638bfa92e038e4b4c15645d446",
"homepage": "http://xregexp.com/",
"keywords": [
"regex",
"regexp",
"regular expression",
"unicode"
],
"license": "MIT",
"main": "./src/index.js",
"maintainers": [
{
"name": "slevithan",
"email": "steves_list@hotmail.com"
}
],
"name": "xregexp",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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.1"
}