pixsy/node_modules/character-parser/package.json

96 lines
2.6 KiB
JSON
Raw Normal View History

2017-12-22 17:22:08 +00:00
{
"_args": [
[
"character-parser@^2.1.1",
"C:\\Users\\Tom\\Documents\\Development\\bitsy-image-to-room\\node_modules\\pug-lexer"
]
],
"_from": "character-parser@>=2.1.1 <3.0.0",
"_id": "character-parser@2.2.0",
"_inCache": true,
"_installable": true,
"_location": "/character-parser",
"_nodeVersion": "1.6.2",
"_npmOperationalInternal": {
"host": "packages-5-east.internal.npmjs.com",
"tmp": "tmp/character-parser-2.2.0.tgz_1454944074579_0.6497116768732667"
},
"_npmUser": {
"email": "forbes@lindesay.co.uk",
"name": "forbeslindesay"
},
"_npmVersion": "2.7.1",
"_phantomChildren": {},
"_requested": {
"name": "character-parser",
"raw": "character-parser@^2.1.1",
"rawSpec": "^2.1.1",
"scope": null,
"spec": ">=2.1.1 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/pug-lexer"
],
"_resolved": "https://registry.npmjs.org/character-parser/-/character-parser-2.2.0.tgz",
"_shasum": "c7ce28f36d4bcd9744e5ffc2c5fcde1c73261fc0",
"_shrinkwrap": null,
"_spec": "character-parser@^2.1.1",
"_where": "C:\\Users\\Tom\\Documents\\Development\\bitsy-image-to-room\\node_modules\\pug-lexer",
"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"
},
"directories": {},
"dist": {
"shasum": "c7ce28f36d4bcd9744e5ffc2c5fcde1c73261fc0",
"tarball": "https://registry.npmjs.org/character-parser/-/character-parser-2.2.0.tgz"
},
"gitHead": "345cb926eb5bc1bb0f2803a06af685cd58cdee87",
"homepage": "https://github.com/ForbesLindesay/character-parser",
"keywords": [
"JavaScript",
"bracket",
"comment",
"escape",
"escaping",
"nesting",
"parser",
"string"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
},
{
"name": "timothygu",
"email": "timothygu99@gmail.com"
}
],
"name": "character-parser",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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"
}