package.json 1.61 KB
{
  "_args": [
    [
      "pug-runtime@2.0.4",
      "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction"
    ]
  ],
  "_from": "pug-runtime@2.0.4",
  "_id": "pug-runtime@2.0.4",
  "_inBundle": false,
  "_integrity": "sha1-4XjhvaaKsujArPybztLFT9iM61g=",
  "_location": "/pug-runtime",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "pug-runtime@2.0.4",
    "name": "pug-runtime",
    "escapedName": "pug-runtime",
    "rawSpec": "2.0.4",
    "saveSpec": null,
    "fetchSpec": "2.0.4"
  },
  "_requiredBy": [
    "/pug",
    "/pug-attrs",
    "/pug-code-gen"
  ],
  "_resolved": "https://registry.npmjs.org/pug-runtime/-/pug-runtime-2.0.4.tgz",
  "_spec": "2.0.4",
  "_where": "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction",
  "author": {
    "name": "ForbesLindesay"
  },
  "browser": {
    "fs": false
  },
  "bugs": {
    "url": "https://github.com/pugjs/pug-runtime/issues"
  },
  "description": "The runtime components for the pug templating language",
  "devDependencies": {
    "uglify-js": "^2.6.1"
  },
  "files": [
    "build.js",
    "index.js",
    "lib/dependencies.js",
    "lib/internals.js",
    "lib/sources.js",
    "wrap.js"
  ],
  "homepage": "https://github.com/pugjs/pug-runtime#readme",
  "keywords": [
    "pug"
  ],
  "license": "MIT",
  "name": "pug-runtime",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pugjs/pug-runtime.git"
  },
  "scripts": {
    "prepublish": "node prepublish",
    "pretest": "npm run prepublish"
  },
  "version": "2.0.4"
}