mirror of https://github.com/lukechilds/node.git
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.
119 lines
2.7 KiB
119 lines
2.7 KiB
{
|
|
"_args": [
|
|
[
|
|
"js-yaml@^3.5.1",
|
|
"/Users/trott/io.js/tools/node_modules/eslint"
|
|
]
|
|
],
|
|
"_from": "js-yaml@>=3.5.1 <4.0.0",
|
|
"_id": "js-yaml@3.6.1",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/js-yaml",
|
|
"_nodeVersion": "4.4.3",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/js-yaml-3.6.1.tgz_1462995636349_0.2209061929024756"
|
|
},
|
|
"_npmUser": {
|
|
"email": "vitaly@rcdesign.ru",
|
|
"name": "vitaly"
|
|
},
|
|
"_npmVersion": "2.15.1",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "js-yaml",
|
|
"raw": "js-yaml@^3.5.1",
|
|
"rawSpec": "^3.5.1",
|
|
"scope": null,
|
|
"spec": ">=3.5.1 <4.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.6.1.tgz",
|
|
"_shasum": "6e5fe67d8b205ce4d22fad05b7781e8dadcc4b30",
|
|
"_shrinkwrap": null,
|
|
"_spec": "js-yaml@^3.5.1",
|
|
"_where": "/Users/trott/io.js/tools/node_modules/eslint",
|
|
"author": {
|
|
"email": "dervus.grim@gmail.com",
|
|
"name": "Vladimir Zapparov"
|
|
},
|
|
"bin": {
|
|
"js-yaml": "bin/js-yaml.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nodeca/js-yaml/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"email": "ixti@member.fsf.org",
|
|
"name": "Aleksey V Zapparov",
|
|
"url": "http://www.ixti.net/"
|
|
},
|
|
{
|
|
"email": "vitaly@rcdesign.ru",
|
|
"name": "Vitaly Puzrin",
|
|
"url": "https://github.com/puzrin"
|
|
},
|
|
{
|
|
"email": "martin.grenfell@gmail.com",
|
|
"name": "Martin Grenfell",
|
|
"url": "http://got-ravings.blogspot.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"argparse": "^1.0.7",
|
|
"esprima": "^2.6.0"
|
|
},
|
|
"description": "YAML 1.2 parser and serializer",
|
|
"devDependencies": {
|
|
"ansi": "*",
|
|
"benchmark": "*",
|
|
"browserify": "^13.0.0",
|
|
"codemirror": "^5.13.4",
|
|
"eslint": "^2.8.0",
|
|
"istanbul": "*",
|
|
"mocha": "*",
|
|
"uglify-js": "^2.6.1"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "6e5fe67d8b205ce4d22fad05b7781e8dadcc4b30",
|
|
"tarball": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.6.1.tgz"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib/",
|
|
"bin/",
|
|
"dist/"
|
|
],
|
|
"gitHead": "c76b837cacc69de6b86a0781db31a9bb7a193875",
|
|
"homepage": "https://github.com/nodeca/js-yaml",
|
|
"keywords": [
|
|
"yaml",
|
|
"parser",
|
|
"serializer",
|
|
"pyyaml"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"email": "vitaly@rcdesign.ru",
|
|
"name": "vitaly"
|
|
}
|
|
],
|
|
"name": "js-yaml",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nodeca/js-yaml.git"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"version": "3.6.1"
|
|
}
|
|
|