line_push/node_modules/character-parser/package.json
2022-07-18 02:50:52 +00:00

69 lines
1.8 KiB
JSON

{
"_args": [
[
"character-parser@2.2.0",
"/home/node/nuxt"
]
],
"_development": true,
"_from": "character-parser@2.2.0",
"_id": "character-parser@2.2.0",
"_inBundle": false,
"_integrity": "sha512-+UqJQjFEFaTAs3bNsF2j2kEN1baG/zghZbdqoYEDxGZtJo9LBzl1A+m0D4n3qKx8N2FNv8/Xp6yV9mQmBuptaw==",
"_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": "/home/node/nuxt",
"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"
}