| Current Path : /var/www/html/dynaweb-starter/node_modules/yaml/ |
| Current File : /var/www/html/dynaweb-starter/node_modules/yaml/package.json |
{
"_args": [
[
"yaml@2.3.1",
"/var/www/html/dynaweb-starter"
]
],
"_development": true,
"_from": "yaml@2.3.1",
"_id": "yaml@2.3.1",
"_inBundle": false,
"_integrity": "sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==",
"_location": "/yaml",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "yaml@2.3.1",
"name": "yaml",
"escapedName": "yaml",
"rawSpec": "2.3.1",
"saveSpec": null,
"fetchSpec": "2.3.1"
},
"_requiredBy": [
"/postcss-load-config"
],
"_resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.1.tgz",
"_spec": "2.3.1",
"_where": "/var/www/html/dynaweb-starter",
"author": {
"name": "Eemeli Aro",
"email": "eemeli@gmail.com"
},
"browser": {
"./dist/index.js": "./browser/index.js",
"./dist/util.js": "./browser/dist/util.js",
"./util.js": "./browser/dist/util.js"
},
"browserslist": "defaults, not ie 11",
"bugs": {
"url": "https://github.com/eemeli/yaml/issues"
},
"description": "JavaScript parser and stringifier for YAML",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-transform-typescript": "^7.12.17",
"@babel/preset-env": "^7.12.11",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^11.0.0",
"@types/jest": "^29.2.4",
"@types/node": "^14.18.35",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"babel-jest": "^29.0.1",
"cross-env": "^7.0.3",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.1.0",
"fast-check": "^2.12.0",
"jest": "^29.0.1",
"jest-ts-webcompat-resolver": "^1.0.0",
"prettier": "^2.2.1",
"rollup": "^3.7.5",
"tslib": "^2.1.0",
"typescript": "^5.0.3"
},
"engines": {
"node": ">= 14"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"node": "./dist/index.js",
"default": "./browser/index.js"
},
"./package.json": "./package.json",
"./util": {
"types": "./dist/util.d.ts",
"node": "./dist/util.js",
"default": "./browser/dist/util.js"
}
},
"files": [
"browser/",
"dist/",
"util.js"
],
"homepage": "https://eemeli.org/yaml/",
"keywords": [
"YAML",
"parser",
"stringifier"
],
"license": "ISC",
"main": "./dist/index.js",
"name": "yaml",
"prettier": {
"arrowParens": "avoid",
"semi": false,
"singleQuote": true,
"trailingComma": "none"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eemeli/yaml.git"
},
"scripts": {
"build": "npm run build:node && npm run build:browser",
"build:browser": "rollup -c config/rollup.browser-config.mjs",
"build:node": "rollup -c config/rollup.node-config.mjs",
"clean": "git clean -fdxe node_modules",
"docs": "cd docs-slate && bundle exec middleman server",
"docs:deploy": "cd docs-slate && ./deploy.sh",
"docs:install": "cd docs-slate && bundle install",
"lint": "eslint src/",
"prepublishOnly": "npm run clean && npm test && npm run build",
"prestart": "npm run build:node",
"prettier": "prettier --write .",
"preversion": "npm test && npm run build",
"start": "node -i -e 'YAML=require(\"./dist/index.js\")'",
"test": "jest --config config/jest.config.js",
"test:all": "npm test && npm run test:types && npm run test:dist && npm run test:dist:types",
"test:browsers": "cd playground && npm test",
"test:dist": "npm run build:node && jest --config config/jest.config.js",
"test:dist:types": "tsc --allowJs --moduleResolution node --noEmit --target es5 dist/index.js",
"test:types": "tsc --noEmit && tsc --noEmit -p tests/tsconfig.json"
},
"type": "commonjs",
"version": "2.3.1"
}