Initial commit
This commit is contained in:
+120
@@ -0,0 +1,120 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"js-yaml@3.6.1",
|
||||
"/home/xor/shared_vm/git/node-sunwell/node_modules/coveralls"
|
||||
]
|
||||
],
|
||||
"_from": "js-yaml@3.6.1",
|
||||
"_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.6.1",
|
||||
"rawSpec": "3.6.1",
|
||||
"scope": null,
|
||||
"spec": "3.6.1",
|
||||
"type": "version"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/coveralls",
|
||||
"/istanbul"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.6.1.tgz",
|
||||
"_shasum": "6e5fe67d8b205ce4d22fad05b7781e8dadcc4b30",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "js-yaml@3.6.1",
|
||||
"_where": "/home/xor/shared_vm/git/node-sunwell/node_modules/coveralls",
|
||||
"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": [
|
||||
{
|
||||
"name": "Aleksey V Zapparov",
|
||||
"email": "ixti@member.fsf.org",
|
||||
"url": "http://www.ixti.net/"
|
||||
},
|
||||
{
|
||||
"name": "Vitaly Puzrin",
|
||||
"email": "vitaly@rcdesign.ru",
|
||||
"url": "https://github.com/puzrin"
|
||||
},
|
||||
{
|
||||
"name": "Martin Grenfell",
|
||||
"email": "martin.grenfell@gmail.com",
|
||||
"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": [
|
||||
"bin/",
|
||||
"dist/",
|
||||
"index.js",
|
||||
"lib/"
|
||||
],
|
||||
"gitHead": "c76b837cacc69de6b86a0781db31a9bb7a193875",
|
||||
"homepage": "https://github.com/nodeca/js-yaml",
|
||||
"keywords": [
|
||||
"parser",
|
||||
"pyyaml",
|
||||
"serializer",
|
||||
"yaml"
|
||||
],
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "vitaly",
|
||||
"email": "vitaly@rcdesign.ru"
|
||||
}
|
||||
],
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user