blob: 5a9e976441ca83fdf9b421f5ba5f0cc39152ed5f [file] [log] [blame]
{
"_from": "clean-yaml-object@^0.1.0",
"_id": "clean-yaml-object@0.1.0",
"_inBundle": false,
"_integrity": "sha1-Y/sRDcLOGoTcIfbZM0h20BCui2g=",
"_location": "/clean-yaml-object",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "clean-yaml-object@^0.1.0",
"name": "clean-yaml-object",
"escapedName": "clean-yaml-object",
"rawSpec": "^0.1.0",
"saveSpec": null,
"fetchSpec": "^0.1.0"
},
"_requiredBy": [
"/tap"
],
"_resolved": "https://registry.npmjs.org/clean-yaml-object/-/clean-yaml-object-0.1.0.tgz",
"_shasum": "63fb110dc2ce1a84dc21f6d9334876d010ae8b68",
"_spec": "clean-yaml-object@^0.1.0",
"_where": "/Users/tripod/codez/cordova/cordova-osx/node_modules/tap",
"author": {
"name": "James Talmage",
"email": "james@talmage.io",
"url": "github.com/jamestalmage"
},
"bugs": {
"url": "https://github.com/tapjs/clean-yaml-object/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Clean up an object prior to serialization",
"devDependencies": {
"ava": "^0.10.0",
"coveralls": "^2.11.6",
"nyc": "^5.3.0",
"xo": "^0.12.1"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/tapjs/clean-yaml-object#readme",
"keywords": [
"serialize",
"clean",
"dedupe",
"circular",
"yaml",
"json",
"error"
],
"license": "MIT",
"name": "clean-yaml-object",
"repository": {
"type": "git",
"url": "git+https://github.com/tapjs/clean-yaml-object.git"
},
"scripts": {
"test": "xo && nyc --cache --reporter=lcov --reporter=text ava"
},
"version": "0.1.0"
}