package.json 2.54 KB
{
  "_args": [
    [
      "character-parser@^2.1.1",
      "/root/nodejs/myapp/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": "/root/nodejs/myapp/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"
}