You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
141 lines
4.0 KiB
141 lines
4.0 KiB
4 years ago
|
{
|
||
|
"_from": "yaml@^1.7.2",
|
||
|
"_id": "yaml@1.10.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==",
|
||
|
"_location": "/yaml",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "yaml@^1.7.2",
|
||
|
"name": "yaml",
|
||
|
"escapedName": "yaml",
|
||
|
"rawSpec": "^1.7.2",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.7.2"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/babel-plugin-macros/cosmiconfig"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.0.tgz",
|
||
|
"_shasum": "3b593add944876077d4d683fee01081bd9fff31e",
|
||
|
"_spec": "yaml@^1.7.2",
|
||
|
"_where": "C:\\Users\\user\\Documents\\myapp\\node_modules\\babel-plugin-macros\\node_modules\\cosmiconfig",
|
||
|
"author": {
|
||
|
"name": "Eemeli Aro",
|
||
|
"email": "eemeli@gmail.com"
|
||
|
},
|
||
|
"browser": {
|
||
|
"./index.js": "./browser/index.js",
|
||
|
"./map.js": "./browser/map.js",
|
||
|
"./pair.js": "./browser/pair.js",
|
||
|
"./parse-cst.js": "./browser/parse-cst.js",
|
||
|
"./scalar.js": "./browser/scalar.js",
|
||
|
"./schema.js": "./browser/schema.js",
|
||
|
"./seq.js": "./browser/seq.js",
|
||
|
"./types.js": "./browser/types.js",
|
||
|
"./types.mjs": "./browser/types.js",
|
||
|
"./types/binary.js": "./browser/types/binary.js",
|
||
|
"./types/omap.js": "./browser/types/omap.js",
|
||
|
"./types/pairs.js": "./browser/types/pairs.js",
|
||
|
"./types/set.js": "./browser/types/set.js",
|
||
|
"./types/timestamp.js": "./browser/types/timestamp.js",
|
||
|
"./util.js": "./browser/util.js",
|
||
|
"./util.mjs": "./browser/util.js"
|
||
|
},
|
||
|
"browserslist": "> 0.5%, not dead",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/eemeli/yaml/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "JavaScript parser and stringifier for YAML",
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.9.6",
|
||
|
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
||
|
"@babel/preset-env": "^7.9.6",
|
||
|
"@rollup/plugin-babel": "^5.0.0",
|
||
|
"babel-eslint": "^10.1.0",
|
||
|
"babel-jest": "^26.0.1",
|
||
|
"babel-plugin-trace": "^1.1.0",
|
||
|
"common-tags": "^1.8.0",
|
||
|
"cross-env": "^7.0.2",
|
||
|
"eslint": "^7.0.0",
|
||
|
"eslint-config-prettier": "^6.11.0",
|
||
|
"eslint-plugin-prettier": "^3.1.3",
|
||
|
"fast-check": "^1.24.2",
|
||
|
"jest": "^26.0.1",
|
||
|
"prettier": "^2.0.5",
|
||
|
"rollup": "^2.10.2",
|
||
|
"typescript": "^3.9.2"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 6"
|
||
|
},
|
||
|
"exports": {
|
||
|
".": "./index.js",
|
||
|
"./parse-cst": "./parse-cst.js",
|
||
|
"./types": [
|
||
|
{
|
||
|
"import": "./types.mjs"
|
||
|
},
|
||
|
"./types.js"
|
||
|
],
|
||
|
"./util": [
|
||
|
{
|
||
|
"import": "./util.mjs"
|
||
|
},
|
||
|
"./util.js"
|
||
|
],
|
||
|
"./": "./"
|
||
|
},
|
||
|
"files": [
|
||
|
"browser/",
|
||
|
"dist/",
|
||
|
"types/",
|
||
|
"*.d.ts",
|
||
|
"*.js",
|
||
|
"*.mjs",
|
||
|
"!*config.js"
|
||
|
],
|
||
|
"homepage": "https://eemeli.org/yaml/",
|
||
|
"keywords": [
|
||
|
"YAML",
|
||
|
"parser",
|
||
|
"stringifier"
|
||
|
],
|
||
|
"license": "ISC",
|
||
|
"main": "./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 rollup.browser-config.js",
|
||
|
"build:node": "rollup -c rollup.node-config.js",
|
||
|
"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",
|
||
|
"prettier": "prettier --write .",
|
||
|
"preversion": "npm test && npm run build",
|
||
|
"start": "cross-env TRACE_LEVEL=log npm run build:node && node -i -e 'YAML=require(\".\")'",
|
||
|
"test": "jest",
|
||
|
"test:dist": "npm run build:node && jest",
|
||
|
"test:types": "tsc --lib ES2017 --noEmit tests/typings.ts"
|
||
|
},
|
||
|
"type": "commonjs",
|
||
|
"version": "1.10.0"
|
||
|
}
|