|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- {
- "_args": [
- [
- "vfile@4.2.1",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "vfile@4.2.1",
- "_id": "vfile@4.2.1",
- "_inBundle": false,
- "_integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==",
- "_location": "/vfile",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "vfile@4.2.1",
- "name": "vfile",
- "escapedName": "vfile",
- "rawSpec": "4.2.1",
- "saveSpec": null,
- "fetchSpec": "4.2.1"
- },
- "_requiredBy": [
- "/unified"
- ],
- "_resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz",
- "_spec": "4.2.1",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Titus Wormer",
- "email": "tituswormer@gmail.com",
- "url": "https://wooorm.com"
- },
- "browser": {
- "./lib/minpath.js": "./lib/minpath.browser.js",
- "./lib/minproc.js": "./lib/minproc.browser.js"
- },
- "bugs": {
- "url": "https://github.com/vfile/vfile/issues"
- },
- "contributors": [
- {
- "name": "Titus Wormer",
- "email": "tituswormer@gmail.com",
- "url": "https://wooorm.com"
- },
- {
- "name": "Brendan Abbott",
- "email": "brendan.abbott@temando.com"
- },
- {
- "name": "Denys Dovhan",
- "email": "email@denysdovhan.com"
- },
- {
- "name": "Kyle Mathews",
- "email": "mathews.kyle@gmail.com"
- },
- {
- "name": "Shinnosuke Watanabe",
- "email": "snnskwtnb@gmail.com"
- },
- {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "dependencies": {
- "@types/unist": "^2.0.0",
- "is-buffer": "^2.0.0",
- "unist-util-stringify-position": "^2.0.0",
- "vfile-message": "^2.0.0"
- },
- "description": "Virtual file format for text processing",
- "devDependencies": {
- "browserify": "^17.0.0",
- "dtslint": "^4.0.0",
- "nyc": "^15.0.0",
- "prettier": "^2.0.0",
- "remark-cli": "^9.0.0",
- "remark-preset-wooorm": "^8.0.0",
- "tape": "^5.0.0",
- "tinyify": "^3.0.0",
- "xo": "^0.35.0"
- },
- "files": [
- "lib/",
- "types/index.d.ts",
- "index.js",
- "core.js"
- ],
- "funding": {
- "type": "opencollective",
- "url": "https://opencollective.com/unified"
- },
- "homepage": "https://github.com/vfile/vfile#readme",
- "keywords": [
- "vfile",
- "virtual",
- "file",
- "text",
- "processing",
- "message",
- "warning",
- "error",
- "remark",
- "retext",
- "rehype"
- ],
- "license": "MIT",
- "name": "vfile",
- "nyc": {
- "check-coverage": true,
- "lines": 100,
- "functions": 100,
- "branches": 100
- },
- "prettier": {
- "tabWidth": 2,
- "useTabs": false,
- "singleQuote": true,
- "bracketSpacing": false,
- "semi": false,
- "trailingComma": "none"
- },
- "react-native": {
- "./lib/minpath.js": "./lib/minpath.browser.js",
- "./lib/minproc.js": "./lib/minproc.browser.js"
- },
- "remarkConfig": {
- "plugins": [
- "preset-wooorm",
- [
- "lint-no-html",
- false
- ]
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vfile/vfile.git"
- },
- "scripts": {
- "build": "npm run build-bundle && npm run build-mangle",
- "build-bundle": "browserify . -s VFile -o vfile.js",
- "build-mangle": "browserify . -s VFile -o vfile.min.js -p tinyify",
- "format": "remark . -qfo && prettier . --write && xo --fix",
- "test": "npm run format && npm run build && npm run test-coverage && npm run test-types",
- "test-api": "node test",
- "test-coverage": "nyc --reporter lcov tape test.js",
- "test-types": "dtslint types"
- },
- "types": "types/index.d.ts",
- "version": "4.2.1",
- "xo": {
- "prettier": true,
- "esnext": false,
- "ignores": [
- "types",
- "vfile.js"
- ],
- "rules": {
- "unicorn/explicit-length-check": "off",
- "unicorn/prefer-includes": "off",
- "unicorn/prefer-reflect-apply": "off",
- "unicorn/prefer-number-properties": "off",
- "max-depth": "off",
- "complexity": "off"
- }
- }
- }
|