package.json 1.4 KB
{
  "_args": [
    [
      "pug-parser@5.0.0",
      "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction"
    ]
  ],
  "_from": "pug-parser@5.0.0",
  "_id": "pug-parser@5.0.0",
  "_inBundle": false,
  "_integrity": "sha1-45Stmz/KkxI5QK/4hcBuRKt+aOQ=",
  "_location": "/pug-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "pug-parser@5.0.0",
    "name": "pug-parser",
    "escapedName": "pug-parser",
    "rawSpec": "5.0.0",
    "saveSpec": null,
    "fetchSpec": "5.0.0"
  },
  "_requiredBy": [
    "/pug"
  ],
  "_resolved": "https://registry.npmjs.org/pug-parser/-/pug-parser-5.0.0.tgz",
  "_spec": "5.0.0",
  "_where": "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction",
  "author": {
    "name": "ForbesLindesay"
  },
  "bugs": {
    "url": "https://github.com/pugjs/pug-parser/issues"
  },
  "dependencies": {
    "pug-error": "^1.3.2",
    "token-stream": "0.0.1"
  },
  "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": "5.0.0"
}