123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- {
- "_args": [
- [
- "js-yaml@~2.0.5",
- "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt"
- ]
- ],
- "_from": "js-yaml@>=2.0.5 <2.1.0",
- "_id": "js-yaml@2.0.5",
- "_inCache": true,
- "_location": "/js-yaml",
- "_npmUser": {
- "email": "vitaly@rcdesign.ru",
- "name": "vitaly"
- },
- "_npmVersion": "1.2.14",
- "_phantomChildren": {},
- "_requested": {
- "name": "js-yaml",
- "raw": "js-yaml@~2.0.5",
- "rawSpec": "~2.0.5",
- "scope": null,
- "spec": ">=2.0.5 <2.1.0",
- "type": "range"
- },
- "_requiredBy": [
- "/grunt"
- ],
- "_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz",
- "_shasum": "a25ae6509999e97df278c6719da11bd0687743a8",
- "_shrinkwrap": null,
- "_spec": "js-yaml@~2.0.5",
- "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt",
- "author": {
- "email": "dervus@lavabit.com",
- "name": "Dervus Grim"
- },
- "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": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "a25ae6509999e97df278c6719da11bd0687743a8",
- "tarball": "http://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz"
- },
- "engines": {
- "node": ">= 0.6.0"
- },
- "homepage": "https://github.com/nodeca/js-yaml",
- "installable": true,
- "keywords": [
- "parser",
- "pyyaml",
- "serializer",
- "yaml"
- ],
- "license": {
- "type": "MIT",
- "url": "https://github.com/nodeca/js-yaml/blob/master/LICENSE"
- },
- "main": "./index.js",
- "maintainers": [
- {
- "name": "vitaly",
- "email": "vitaly@rcdesign.ru"
- }
- ],
- "name": "js-yaml",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "git://github.com/nodeca/js-yaml.git"
- },
- "scripts": {
- "test": "make test"
- },
- "version": "2.0.5"
- }
|