| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- {
- "_args": [
- [
- {
- "raw": "yamljs@^0.2.7",
- "scope": null,
- "escapedName": "yamljs",
- "name": "yamljs",
- "rawSpec": "^0.2.7",
- "spec": ">=0.2.7 <0.3.0",
- "type": "range"
- },
- "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui"
- ]
- ],
- "_from": "yamljs@>=0.2.7 <0.3.0",
- "_id": "yamljs@0.2.8",
- "_inCache": true,
- "_installable": true,
- "_location": "/yamljs",
- "_nodeVersion": "4.4.5",
- "_npmOperationalInternal": {
- "host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/yamljs-0.2.8.tgz_1466589014196_0.6931578784715384"
- },
- "_npmUser": {
- "name": "jeremyfa",
- "email": "contact@jeremyfa.com"
- },
- "_npmVersion": "2.15.5",
- "_phantomChildren": {},
- "_requested": {
- "raw": "yamljs@^0.2.7",
- "scope": null,
- "escapedName": "yamljs",
- "name": "yamljs",
- "rawSpec": "^0.2.7",
- "spec": ">=0.2.7 <0.3.0",
- "type": "range"
- },
- "_requiredBy": [
- "/semantic-ui"
- ],
- "_resolved": "https://registry.npmjs.org/yamljs/-/yamljs-0.2.8.tgz",
- "_shasum": "ef23fb006e62f6ae07b406aa2a949561f336ea5c",
- "_shrinkwrap": null,
- "_spec": "yamljs@^0.2.7",
- "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui",
- "author": {
- "name": "Jeremy Faivre",
- "email": "contact@jeremyfa.com"
- },
- "bin": {
- "yaml2json": "./bin/yaml2json",
- "json2yaml": "./bin/json2yaml"
- },
- "bugs": {
- "url": "https://github.com/jeremyfa/yaml.js/issues"
- },
- "dependencies": {
- "argparse": "^1.0.7",
- "glob": "^7.0.5"
- },
- "description": "Standalone JavaScript YAML 1.2 Parser & Encoder. Works under node.js and all major browsers. Also brings command line YAML/JSON conversion tools.",
- "devDependencies": {
- "benchmark": "^2.1.0",
- "coffeeify": "^2.0.1",
- "jasmine-node": "^1.14.5"
- },
- "directories": {},
- "dist": {
- "shasum": "ef23fb006e62f6ae07b406aa2a949561f336ea5c",
- "tarball": "https://registry.npmjs.org/yamljs/-/yamljs-0.2.8.tgz"
- },
- "gitHead": "97d39b6c2bf533d33538205a399638b63f6baa66",
- "homepage": "https://github.com/jeremyfa/yaml.js#readme",
- "keywords": [
- "yaml",
- "json",
- "yaml2json",
- "json2yaml"
- ],
- "license": "MIT",
- "main": "./lib/Yaml.js",
- "maintainers": [
- {
- "name": "jeremyfa",
- "email": "contact@jeremyfa.com"
- }
- ],
- "name": "yamljs",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/jeremyfa/yaml.js.git"
- },
- "scripts": {
- "test": "cake build; cake test"
- },
- "version": "0.2.8"
- }
|