123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "_args": [
- [
- "js-yaml@3.7.0",
- "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
- ]
- ],
- "_development": true,
- "_from": "js-yaml@3.7.0",
- "_id": "js-yaml@3.7.0",
- "_inBundle": false,
- "_integrity": "sha1-XJZ93YN6m/3KXy3oQlOr6KHAO4A=",
- "_location": "/js-yaml",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "js-yaml@3.7.0",
- "name": "js-yaml",
- "escapedName": "js-yaml",
- "rawSpec": "3.7.0",
- "saveSpec": null,
- "fetchSpec": "3.7.0"
- },
- "_requiredBy": [
- "/gulp-wrap"
- ],
- "_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.7.0.tgz",
- "_spec": "3.7.0",
- "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
- "author": {
- "name": "Vladimir Zapparov",
- "email": "dervus.grim@gmail.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": "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"
- },
- "files": [
- "index.js",
- "lib/",
- "bin/",
- "dist/"
- ],
- "homepage": "https://github.com/nodeca/js-yaml",
- "keywords": [
- "yaml",
- "parser",
- "serializer",
- "pyyaml"
- ],
- "license": "MIT",
- "name": "js-yaml",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/nodeca/js-yaml.git"
- },
- "scripts": {
- "test": "make test"
- },
- "version": "3.7.0"
- }
|