teddit/node_modules/pug-walk/package.json
2020-11-17 21:44:32 +01:00

51 lines
1.2 KiB
JSON

{
"_from": "pug-walk@^2.0.0",
"_id": "pug-walk@2.0.0",
"_inBundle": false,
"_integrity": "sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ==",
"_location": "/pug-walk",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "pug-walk@^2.0.0",
"name": "pug-walk",
"escapedName": "pug-walk",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/pug-filters",
"/pug-linker",
"/pug-load"
],
"_resolved": "https://registry.npmjs.org/pug-walk/-/pug-walk-2.0.0.tgz",
"_shasum": "417aabc29232bb4499b5b5069a2b2d2a24d5f5fe",
"_spec": "pug-walk@^2.0.0",
"_where": "/home/user/site/node_modules/pug-filters",
"author": {
"name": "ForbesLindesay"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Walk and transform a pug AST",
"devDependencies": {
"pug-lexer": "^5.0.0",
"pug-parser": "^6.0.0"
},
"files": [
"index.js"
],
"keywords": [
"pug"
],
"license": "MIT",
"name": "pug-walk",
"repository": {
"type": "git",
"url": "https://github.com/pugjs/pug/tree/master/packages/pug-walk"
},
"version": "2.0.0"
}