package.json 1.33 KB
{
  "_from": "pug-parser@^2.0.2",
  "_id": "pug-parser@2.0.2",
  "_inBundle": false,
  "_integrity": "sha1-U6aAz9BQOdywwn0CkJS8SnkmibA=",
  "_location": "/pug-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pug-parser@^2.0.2",
    "name": "pug-parser",
    "escapedName": "pug-parser",
    "rawSpec": "^2.0.2",
    "saveSpec": null,
    "fetchSpec": "^2.0.2"
  },
  "_requiredBy": [
    "/pug"
  ],
  "_resolved": "https://registry.npmjs.org/pug-parser/-/pug-parser-2.0.2.tgz",
  "_shasum": "53a680cfd05039dcb0c27d029094bc4a792689b0",
  "_spec": "pug-parser@^2.0.2",
  "_where": "/Users/suyeon/Desktop/UR_Village/node_modules/pug",
  "author": {
    "name": "ForbesLindesay"
  },
  "bugs": {
    "url": "https://github.com/pugjs/pug-parser/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "pug-error": "^1.3.2",
    "token-stream": "0.0.1"
  },
  "deprecated": false,
  "description": "The pug parser (takes an array of tokens and converts it to an abstract syntax tree)",
  "devDependencies": {
    "get-repo": "^1.0.0"
  },
  "homepage": "https://github.com/pugjs/pug-parser#readme",
  "keywords": [
    "pug"
  ],
  "license": "MIT",
  "name": "pug-parser",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pugjs/pug-parser.git"
  },
  "version": "2.0.2"
}