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.

86 lines
2.1 KiB

{
"_args": [
[
"xregexp@^3.0.0",
"/Users/trott/io.js/tools/node_modules/table"
]
],
"_from": "xregexp@>=3.0.0 <4.0.0",
"_id": "xregexp@3.1.0",
"_inCache": true,
"_installable": true,
"_location": "/xregexp",
"_nodeVersion": "3.3.1",
"_npmOperationalInternal": {
"host": "packages-9-west.internal.npmjs.com",
"tmp": "tmp/xregexp-3.1.0.tgz_1456271836601_0.7557942552957684"
},
"_npmUser": {
"email": "steves_list@hotmail.com",
"name": "slevithan"
},
"_npmVersion": "2.14.3",
"_phantomChildren": {},
"_requested": {
"name": "xregexp",
"raw": "xregexp@^3.0.0",
"rawSpec": "^3.0.0",
"scope": null,
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/table"
],
"_resolved": "https://registry.npmjs.org/xregexp/-/xregexp-3.1.0.tgz",
"_shasum": "14d8461e0bdd38224bfee5039a0898fc42fcd336",
"_shrinkwrap": null,
"_spec": "xregexp@^3.0.0",
"_where": "/Users/trott/io.js/tools/node_modules/table",
"author": {
"email": "steves_list@hotmail.com",
"name": "Steven Levithan"
},
"bugs": {
"url": "https://github.com/slevithan/xregexp/issues"
},
"dependencies": {},
"description": "Extended regular expressions",
"devDependencies": {
"browserify": "^12.0.1"
},
"directories": {},
"dist": {
"shasum": "14d8461e0bdd38224bfee5039a0898fc42fcd336",
"tarball": "https://registry.npmjs.org/xregexp/-/xregexp-3.1.0.tgz"
},
"files": [
"src"
],
"gitHead": "bbd5b1c2f759bdf278192be5df70af16342ffa4d",
"homepage": "http://xregexp.com/",
"keywords": [
"regex",
"regexp"
],
"license": "MIT",
"main": "./src/index.js",
"maintainers": [
{
"email": "steves_list@hotmail.com",
"name": "slevithan"
}
],
"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.0"
}