1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "name": "js-yaml",
- "version": "2.0.5",
- "description": "YAML 1.2 parser and serializer",
- "keywords": [
- "yaml",
- "parser",
- "serializer",
- "pyyaml"
- ],
- "homepage": "https://github.com/nodeca/js-yaml",
- "author": {
- "name": "Dervus Grim",
- "email": "dervus@lavabit.com"
- },
- "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"
- }
- ],
- "bugs": {
- "url": "https://github.com/nodeca/js-yaml/issues"
- },
- "license": {
- "type": "MIT",
- "url": "https://github.com/nodeca/js-yaml/blob/master/LICENSE"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/nodeca/js-yaml.git"
- },
- "main": "./index.js",
- "bin": {
- "js-yaml": "bin/js-yaml.js"
- },
- "scripts": {
- "test": "make test"
- },
- "dependencies": {
- "argparse": "~ 0.1.11",
- "esprima": "~ 1.0.2"
- },
- "devDependencies": {
- "mocha": "*"
- },
- "engines": {
- "node": ">= 0.6.0"
- },
- "_id": "js-yaml@2.0.5",
- "dist": {
- "shasum": "a25ae6509999e97df278c6719da11bd0687743a8",
- "tarball": "http://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz"
- },
- "_from": "js-yaml@~2.0.5",
- "_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz",
- "_npmVersion": "1.2.14",
- "_npmUser": {
- "name": "vitaly",
- "email": "vitaly@rcdesign.ru"
- },
- "maintainers": [
- {
- "name": "vitaly",
- "email": "vitaly@rcdesign.ru"
- }
- ],
- "directories": {},
- "_shasum": "a25ae6509999e97df278c6719da11bd0687743a8",
- "readme": "ERROR: No README data found!"
- }
|