backoffice/node_modules/js-yaml/package.json

88 lines
1.8 KiB
JSON

{
"_args": [
[
"js-yaml@2.0.5",
"C:\\wamp64\\www\\ilink"
]
],
"_development": true,
"_from": "js-yaml@2.0.5",
"_id": "js-yaml@2.0.5",
"_inBundle": false,
"_integrity": "sha1-olrmUJmZ6X3yeMZxnaEb0Gh3Q6g=",
"_location": "/js-yaml",
"_phantomChildren": {
"underscore": "1.7.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "js-yaml@2.0.5",
"name": "js-yaml",
"escapedName": "js-yaml",
"rawSpec": "2.0.5",
"saveSpec": null,
"fetchSpec": "2.0.5"
},
"_requiredBy": [
"/grunt"
],
"_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz",
"_spec": "2.0.5",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "Dervus Grim",
"email": "dervus@lavabit.com"
},
"bin": {
"js-yaml": "bin/js-yaml.js"
},
"bugs": {
"url": "https://github.com/nodeca/js-yaml/issues"
},
"contributors": [
{
"name": "Aleksey V Zapparov",
"email": "ixti@member.fsf.org",
"url": "http://www.ixti.net/"
},
{
"name": "Martin Grenfell",
"email": "martin.grenfell@gmail.com",
"url": "http://got-ravings.blogspot.com"
}
],
"dependencies": {
"argparse": "~ 0.1.11",
"esprima": "~ 1.0.2"
},
"description": "YAML 1.2 parser and serializer",
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">= 0.6.0"
},
"homepage": "https://github.com/nodeca/js-yaml",
"keywords": [
"yaml",
"parser",
"serializer",
"pyyaml"
],
"license": {
"type": "MIT",
"url": "https://github.com/nodeca/js-yaml/blob/master/LICENSE"
},
"main": "./index.js",
"name": "js-yaml",
"repository": {
"type": "git",
"url": "git://github.com/nodeca/js-yaml.git"
},
"scripts": {
"test": "make test"
},
"version": "2.0.5"
}