UNPKG

tap

Version:

A Test-Anything-Protocol library for JavaScript

132 lines (131 loc) 3.71 kB
{ "_args": [ [ "yaml@1.7.1", "/Users/isaacs/dev/js/tap" ] ], "_from": "yaml@1.7.1", "_id": "yaml@1.7.1", "_inBundle": false, "_integrity": "sha512-sR0mJ2C3LVBgMST+0zrrrsKSijbw64bfHmTt4nEXLZTZFyIAuUVARqA/LO5kaZav2OVQMaZ+5WRrZv7QjxG3uQ==", "_location": "/yaml", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "yaml@1.7.1", "name": "yaml", "escapedName": "yaml", "rawSpec": "1.7.1", "saveSpec": null, "fetchSpec": "1.7.1" }, "_requiredBy": [ "/", "/tap-yaml" ], "_resolved": "https://registry.npmjs.org/yaml/-/yaml-1.7.1.tgz", "_spec": "1.7.1", "_where": "/Users/isaacs/dev/js/tap", "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/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" }, "browserslist": "> 0.5%, not dead", "bugs": { "url": "https://github.com/eemeli/yaml/issues" }, "dependencies": { "@babel/runtime": "^7.5.5" }, "description": "JavaScript parser and stringifier for YAML", "devDependencies": { "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "@babel/plugin-proposal-class-properties": "^7.5.5", "@babel/plugin-transform-runtime": "^7.5.5", "@babel/preset-env": "^7.5.5", "babel-eslint": "^10.0.3", "babel-jest": "^24.9.0", "babel-plugin-trace": "^1.1.0", "common-tags": "^1.8.0", "cpy-cli": "^2.0.0", "eslint": "^6.2.2", "eslint-config-prettier": "^6.1.0", "eslint-plugin-prettier": "^3.1.0", "fast-check": "^1.16.2", "jest": "^24.9.0", "prettier": "^1.18.2" }, "engines": { "node": ">= 6" }, "files": [ "browser/", "dist/", "types/", "*.js", "!.*.js" ], "homepage": "https://eemeli.org/yaml/", "jest": { "testMatch": [ "**/tests/**/*.js" ], "testPathIgnorePatterns": [ "tests/common", "tests/cst/common" ] }, "keywords": [ "YAML", "parser", "stringifier" ], "license": "ISC", "main": "./index.js", "name": "yaml", "prettier": { "semi": false, "singleQuote": true }, "repository": { "type": "git", "url": "git+https://github.com/eemeli/yaml.git" }, "scripts": { "browser:build": "BABEL_ENV=browser babel src/ --out-dir browser/dist/", "browser:copy": "cpy '*.js' '!*.config.js' types/ browser/ --parents", "build": "npm run dist:build && npm run browser:build && npm run browser:copy", "clean": "git clean -fdxe node_modules", "dist:build": "babel src/ --out-dir dist/", "docs": "cd docs/ && bundle exec middleman server", "docs:deploy": "cd docs/ && ./deploy.sh", "docs:install": "cd docs/ && bundle install", "lint": "eslint src/", "prepublishOnly": "npm run clean && npm test && npm run build", "prettier": "prettier --write \"{src,tests}/**/*.js\"", "preversion": "npm test && npm run build", "start": "npm run dist:build && node -i -e 'YAML=require(\".\")'", "test": "TRACE_LEVEL=log jest", "test:trace": "TRACE_LEVEL=trace,log jest --no-cache" }, "version": "1.7.1" }