68 lines
1.7 KiB
JSON
Raw Normal View History

2019-11-26 14:50:43 -08:00
{
"_args": [
[
"character-parser@2.2.0",
"/Users/tatiana/selfdefined"
]
],
"_from": "character-parser@2.2.0",
"_id": "character-parser@2.2.0",
"_inBundle": false,
"_integrity": "sha1-x84o821LzZdE5f/CxfzeHHMmH8A=",
"_location": "/character-parser",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "character-parser@2.2.0",
"name": "character-parser",
"escapedName": "character-parser",
"rawSpec": "2.2.0",
"saveSpec": null,
"fetchSpec": "2.2.0"
},
"_requiredBy": [
"/pug-lexer"
],
"_resolved": "https://registry.npmjs.org/character-parser/-/character-parser-2.2.0.tgz",
"_spec": "2.2.0",
"_where": "/Users/tatiana/selfdefined",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/ForbesLindesay/character-parser/issues"
},
"dependencies": {
"is-regex": "^1.0.3"
},
"description": "Parse JavaScript one character at a time to look for snippets in Templates. This is not a validator, it's just designed to allow you to have sections of JavaScript delimited by brackets robustly.",
"devDependencies": {
"istanbul": "~0.3.22",
"testit": "~2.0.2"
},
"homepage": "https://github.com/ForbesLindesay/character-parser#readme",
"keywords": [
"parser",
"JavaScript",
"bracket",
"nesting",
"comment",
"string",
"escape",
"escaping"
],
"license": "MIT",
"main": "index.js",
"name": "character-parser",
"repository": {
"type": "git",
"url": "git+https://github.com/ForbesLindesay/character-parser.git"
},
"scripts": {
"coverage": "istanbul cover test/index.js",
"test": "node test/index.js"
},
"version": "2.2.0"
}