teddit-reddit-frontend-alte.../node_modules/pug-runtime/package.json

63 lines
1.5 KiB
JSON

{
"_from": "pug-runtime@^3.0.0",
"_id": "pug-runtime@3.0.0",
"_inBundle": false,
"_integrity": "sha512-GoEPcmQNnaTsePEdVA05bDpY+Op5VLHKayg08AQiqJBWU/yIaywEYv7TetC5dEQS3fzBBoyb2InDcZEg3mPTIA==",
"_location": "/pug-runtime",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pug-runtime@^3.0.0",
"name": "pug-runtime",
"escapedName": "pug-runtime",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/pug",
"/pug-attrs",
"/pug-code-gen"
],
"_resolved": "https://registry.npmjs.org/pug-runtime/-/pug-runtime-3.0.0.tgz",
"_shasum": "d523025fdc0a1efe70929d1fd3a2d24121ffffb6",
"_spec": "pug-runtime@^3.0.0",
"_where": "/home/user/site/node_modules/pug",
"author": {
"name": "ForbesLindesay"
},
"browser": {
"fs": false
},
"bundleDependencies": false,
"deprecated": false,
"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"
],
"keywords": [
"pug"
],
"license": "MIT",
"name": "pug-runtime",
"repository": {
"type": "git",
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-runtime"
},
"scripts": {
"build": "node prepublish",
"prepublish": "node prepublish",
"pretest": "npm run prepublish"
},
"version": "3.0.0"
}