added unit testing, and started implementing unit tests...phew
This commit is contained in:
+93
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"_from": "[email protected]",
|
||||
"_id": "[email protected]",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-PIt2cnwmPfL4hKNwqeiuz4bKfnzHTBv6HyVgjahA6mPLwPDzjDWrplJBMjHUFxku/N3FlmrbyPclad+I+4mJ3A==",
|
||||
"_location": "/js-yaml",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "[email protected]",
|
||||
"name": "js-yaml",
|
||||
"escapedName": "js-yaml",
|
||||
"rawSpec": "3.12.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.12.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/mocha"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.12.0.tgz",
|
||||
"_shasum": "eaed656ec8344f10f527c6bfa1b6e2244de167d1",
|
||||
"_spec": "[email protected]",
|
||||
"_where": "/Users/josh.burman/Projects/braid/node_modules/mocha",
|
||||
"author": {
|
||||
"name": "Vladimir Zapparov",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
"bin": {
|
||||
"js-yaml": "bin/js-yaml.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/nodeca/js-yaml/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Aleksey V Zapparov",
|
||||
"email": "[email protected]",
|
||||
"url": "http://www.ixti.net/"
|
||||
},
|
||||
{
|
||||
"name": "Vitaly Puzrin",
|
||||
"email": "[email protected]",
|
||||
"url": "https://github.com/puzrin"
|
||||
},
|
||||
{
|
||||
"name": "Martin Grenfell",
|
||||
"email": "[email protected]",
|
||||
"url": "http://got-ravings.blogspot.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"argparse": "^1.0.7",
|
||||
"esprima": "^4.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "YAML 1.2 parser and serializer",
|
||||
"devDependencies": {
|
||||
"ansi": "^0.3.1",
|
||||
"benchmark": "^2.1.4",
|
||||
"browserify": "^16.2.2",
|
||||
"codemirror": "^5.13.4",
|
||||
"eslint": "^4.1.1",
|
||||
"fast-check": "1.1.3",
|
||||
"istanbul": "^0.4.5",
|
||||
"mocha": "^5.2.0",
|
||||
"uglify-js": "^3.0.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.12.0"
|
||||
}
|
||||
Reference in New Issue
Block a user