mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-11 05:11:40 +00:00
update
This commit is contained in:
67
node_modules/character-parser/package.json
generated
vendored
Normal file
67
node_modules/character-parser/package.json
generated
vendored
Normal file
@ -0,0 +1,67 @@
|
||||
{
|
||||
"_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"
|
||||
}
|
Reference in New Issue
Block a user