mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-26 09:09:27 +01:00
72 lines
2.0 KiB
JSON
72 lines
2.0 KiB
JSON
{
|
|
"_from": "with@^7.0.0",
|
|
"_id": "with@7.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==",
|
|
"_location": "/with",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "with@^7.0.0",
|
|
"name": "with",
|
|
"escapedName": "with",
|
|
"rawSpec": "^7.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^7.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/pug-code-gen"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/with/-/with-7.0.2.tgz",
|
|
"_shasum": "ccee3ad542d25538a7a7a80aad212b9828495bac",
|
|
"_spec": "with@^7.0.0",
|
|
"_where": "/home/user/site/node_modules/pug-code-gen",
|
|
"author": {
|
|
"name": "ForbesLindesay"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pugjs/with/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/parser": "^7.9.6",
|
|
"@babel/types": "^7.9.6",
|
|
"assert-never": "^1.2.1",
|
|
"babel-walk": "3.0.0-canary-5"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Compile time `with` for strict mode JavaScript",
|
|
"devDependencies": {
|
|
"@forbeslindesay/tsconfig": "^2.0.0",
|
|
"@types/node": "^14.0.5",
|
|
"mocha": "*",
|
|
"prettier": "^2.0.5",
|
|
"rimraf": "^3.0.2",
|
|
"tslint": "^6.1.2",
|
|
"typescript": "^3.9.3",
|
|
"uglify-js": "^2.6.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.0.0"
|
|
},
|
|
"homepage": "https://github.com/pugjs/with#readme",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "with",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pugjs/with.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"lint": "tslint './src/**/*.{ts,tsx}' -t verbose -p .",
|
|
"postbuild": "rimraf lib/**/__tests__",
|
|
"pretest": "yarn build",
|
|
"prettier:check": "prettier --ignore-path .gitignore --list-different './**/*.{md,json,yaml,js,jsx,ts,tsx}'",
|
|
"prettier:write": "prettier --ignore-path .gitignore --write './**/*.{md,json,yaml,js,jsx,ts,tsx}'",
|
|
"test": "mocha test/index.js -R spec"
|
|
},
|
|
"version": "7.0.2"
|
|
}
|