Gazebo_simulation-Frontend/node_modules/yaml/package.json

131 lines
3.7 KiB
JSON

{
"_args": [
[
"yaml@1.7.2",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "yaml@1.7.2",
"_id": "yaml@1.7.2",
"_inBundle": false,
"_integrity": "sha512-qXROVp90sb83XtAoqE8bP9RwAkTTZbugRUTm5YeFCBfNRPEp2YzTeqWiz7m5OORHzEvrA/qcGS8hp/E+MMROYw==",
"_location": "/yaml",
"_phantomChildren": {},
"_requested": {
"type": "version",
"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.7.2.tgz",
"_spec": "1.7.2",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"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.6.3"
},
"description": "JavaScript parser and stringifier for YAML",
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"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.5.1",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-prettier": "^3.1.1",
"fast-check": "^1.17.0",
"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.2"
}