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.

68 lines
1.6 KiB

{
"_from": "ret@~0.2.0",
"_id": "ret@0.2.2",
"_inBundle": false,
"_integrity": "sha512-M0b3YWQs7R3Z917WRQy1HHA7Ba7D8hvZg6UE5mLykJxQVE2ju0IXbGlaHPPlkY+WN7wFP+wUMXmBFA0aV6vYGQ==",
"_location": "/ret",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ret@~0.2.0",
"name": "ret",
"escapedName": "ret",
"rawSpec": "~0.2.0",
"saveSpec": null,
"fetchSpec": "~0.2.0"
},
"_requiredBy": [
"/safe-regex2"
],
"_resolved": "https://registry.npmjs.org/ret/-/ret-0.2.2.tgz",
"_shasum": "b6861782a1f4762dce43402a71eb7a283f44573c",
"_spec": "ret@~0.2.0",
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/safe-regex2",
"author": {
"name": "fent",
"url": "https://github.com/fent"
},
"bugs": {
"url": "https://github.com/fent/ret.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Tokenizes a string that represents a regular expression.",
"devDependencies": {
"istanbul": "^0.4.5",
"vows": "^0.8.1"
},
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">=4"
},
"files": [
"lib"
],
"homepage": "https://github.com/fent/ret.js#readme",
"keywords": [
"regex",
"regexp",
"regular expression",
"parser",
"tokenizer"
],
"license": "MIT",
"main": "./lib/index.js",
"name": "ret",
"repository": {
"type": "git",
"url": "git://github.com/fent/ret.js.git"
},
"scripts": {
"test": "istanbul cover vows -- --spec test/*-test.js"
},
"version": "0.2.2"
}