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.
81 lines
1.7 KiB
81 lines
1.7 KiB
{
|
|
"_args": [
|
|
[
|
|
"quotemeta@0.0.0",
|
|
"/home/lefos/repos/swarmlab-playground-client"
|
|
]
|
|
],
|
|
"_from": "quotemeta@0.0.0",
|
|
"_id": "quotemeta@0.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-UdOgbuD81uO1AdvSiQQ1Gtelo4w=",
|
|
"_location": "/quotemeta",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "quotemeta@0.0.0",
|
|
"name": "quotemeta",
|
|
"escapedName": "quotemeta",
|
|
"rawSpec": "0.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/multilang-extract-comments"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/quotemeta/-/quotemeta-0.0.0.tgz",
|
|
"_spec": "0.0.0",
|
|
"_where": "/home/lefos/repos/swarmlab-playground-client",
|
|
"author": {
|
|
"name": "James Halliday",
|
|
"email": "mail@substack.net",
|
|
"url": "http://substack.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/substack/quotemeta/issues"
|
|
},
|
|
"description": "escape regular expression characters",
|
|
"devDependencies": {
|
|
"tap": "~0.3.0",
|
|
"tape": "~0.1.5"
|
|
},
|
|
"directories": {
|
|
"example": "example",
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/substack/quotemeta",
|
|
"keywords": [
|
|
"regex",
|
|
"RegExp",
|
|
"escape",
|
|
"backslash",
|
|
"\\",
|
|
"quote"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "quotemeta",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/substack/quotemeta.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"testling": {
|
|
"files": "test/*.js",
|
|
"browsers": [
|
|
"ie6",
|
|
"ie7",
|
|
"ie8",
|
|
"ie9",
|
|
"chrome/20",
|
|
"firefox/17",
|
|
"firefox/5",
|
|
"safari/5.1",
|
|
"opera/12"
|
|
]
|
|
},
|
|
"version": "0.0.0"
|
|
}
|
|
|