| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- {
- "_args": [
- [
- "hast-util-sanitize@1.3.1",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_from": "hast-util-sanitize@1.3.1",
- "_id": "hast-util-sanitize@1.3.1",
- "_inBundle": false,
- "_integrity": "sha512-AIeKHuHx0Wk45nSkGVa2/ujQYTksnDl8gmmKo/mwQi7ag7IBZ8cM3nJ2G86SajbjGP/HRpud6kMkPtcM2i0Tlw==",
- "_location": "/hast-util-sanitize",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "hast-util-sanitize@1.3.1",
- "name": "hast-util-sanitize",
- "escapedName": "hast-util-sanitize",
- "rawSpec": "1.3.1",
- "saveSpec": null,
- "fetchSpec": "1.3.1"
- },
- "_requiredBy": [
- "/remark-html"
- ],
- "_resolved": "https://registry.npmjs.org/hast-util-sanitize/-/hast-util-sanitize-1.3.1.tgz",
- "_spec": "1.3.1",
- "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
- "author": {
- "name": "Titus Wormer",
- "email": "tituswormer@gmail.com",
- "url": "https://wooorm.com"
- },
- "bugs": {
- "url": "https://github.com/syntax-tree/hast-util-sanitize/issues"
- },
- "contributors": [
- {
- "name": "Titus Wormer",
- "email": "tituswormer@gmail.com",
- "url": "https://wooorm.com"
- },
- {
- "name": "Jason Switzer",
- "email": "jswitzer@gmail.com"
- }
- ],
- "dependencies": {
- "xtend": "^4.0.1"
- },
- "description": "Sanitize hast nodes",
- "devDependencies": {
- "browserify": "^16.0.0",
- "deepmerge": "^3.0.0",
- "hast-util-to-html": "^5.0.0",
- "hastscript": "^5.0.0",
- "nyc": "^14.0.0",
- "prettier": "^1.0.0",
- "remark-cli": "^6.0.0",
- "remark-preset-wooorm": "^5.0.0",
- "tape": "^4.0.0",
- "tinyify": "^2.0.0",
- "unist-builder": "^1.0.0",
- "xo": "^0.24.0"
- },
- "files": [
- "lib",
- "index.js"
- ],
- "homepage": "https://github.com/syntax-tree/hast-util-sanitize#readme",
- "keywords": [
- "hast",
- "util",
- "sanitize"
- ],
- "license": "MIT",
- "name": "hast-util-sanitize",
- "nyc": {
- "check-coverage": true,
- "lines": 100,
- "functions": 100,
- "branches": 100
- },
- "prettier": {
- "tabWidth": 2,
- "useTabs": false,
- "singleQuote": true,
- "bracketSpacing": false,
- "semi": false,
- "trailingComma": "none"
- },
- "remarkConfig": {
- "plugins": [
- "preset-wooorm"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/syntax-tree/hast-util-sanitize.git"
- },
- "scripts": {
- "build": "npm run build-bundle && npm run build-mangle",
- "build-bundle": "browserify . -s hastUtilSanitize > hast-util-sanitize.js",
- "build-mangle": "browserify . -s hastUtilSanitize -p tinyify > hast-util-sanitize.min.js",
- "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
- "test": "npm run format && npm run build && npm run test-coverage",
- "test-api": "node test",
- "test-coverage": "nyc --reporter lcov tape test.js"
- },
- "version": "1.3.1",
- "xo": {
- "prettier": true,
- "esnext": false,
- "rules": {
- "no-negated-condition": "off",
- "guard-for-in": "off"
- },
- "ignores": [
- "hast-util-sanitize.js"
- ]
- }
- }
|