UNPKG

yhtml5-test

Version:

A test framework for front-end projects

132 lines (131 loc) 3.89 kB
{ "_from": "yhtml5-test@0.x", "_id": "yhtml5-test@0.1.10", "_inBundle": false, "_integrity": "sha512-E2hu/9jOsPQNT/xBgAUnbIMrkuP42SJE1ydFrxn/EE510WykHK147BzedzF11y7azgZLCSm2HIkFXiPqglBHgQ==", "_location": "/yhtml5-test", "_phantomChildren": { "ansi-escapes": "3.0.0", "ansi-styles": "3.2.0", "anymatch": "1.3.2", "asap": "2.0.6", "astral-regex": "1.0.0", "babel-core": "6.25.0", "babel-plugin-istanbul": "4.1.5", "babel-plugin-syntax-object-rest-spread": "6.13.0", "browser-resolve": "1.11.2", "code-point-at": "1.1.0", "convert-source-map": "1.5.0", "decamelize": "1.2.0", "diff": "3.4.0", "escape-string-regexp": "1.0.5", "exec-sh": "0.2.1", "execa": "0.7.0", "expect": "21.2.1", "fb-watchman": "2.0.0", "find-up": "2.1.0", "fsevents": "1.1.2", "get-caller-file": "1.0.2", "glob": "7.1.2", "graceful-fs": "4.1.11", "imurmurhash": "0.1.4", "is-builtin-module": "1.0.0", "is-ci": "1.0.10", "istanbul-api": "1.1.14", "istanbul-lib-coverage": "1.1.1", "istanbul-lib-instrument": "1.8.0", "istanbul-lib-source-maps": "1.2.1", "jest-get-type": "21.2.0", "jest-runner": "21.2.1", "jsdom": "9.12.0", "json-stable-stringify": "1.0.1", "lcid": "1.0.0", "leven": "2.1.0", "mem": "1.1.0", "micromatch": "2.3.11", "minimatch": "3.0.4", "mkdirp": "0.5.1", "natural-compare": "1.4.0", "node-notifier": "5.1.2", "normalize-package-data": "2.4.0", "number-is-nan": "1.0.1", "p-cancelable": "0.3.0", "parse-json": "2.2.0", "require-directory": "2.1.1", "require-main-filename": "1.0.1", "set-blocking": "2.0.0", "signal-exit": "3.0.2", "slash": "1.0.0", "string-width": "2.1.1", "supports-color": "4.4.0", "walker": "1.0.7", "which": "1.3.0", "worker-farm": "1.5.0", "wrap-ansi": "2.1.0", "y18n": "3.2.1" }, "_requested": { "type": "range", "registry": true, "raw": "yhtml5-test@0.x", "name": "yhtml5-test", "escapedName": "yhtml5-test", "rawSpec": "0.x", "saveSpec": null, "fetchSpec": "0.x" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/yhtml5-test/-/yhtml5-test-0.1.10.tgz", "_shasum": "94f28193e3d19577c9556369172bd60b60e51429", "_spec": "yhtml5-test@0.x", "_where": "/Users/yhtml5/projects/gitlab/2dfire-scripts/packages/2dfire-test/demo", "author": { "name": "yhtml5" }, "bin": { "yhtml5-test": "./bin/yhtml5-test.js" }, "bundleDependencies": false, "dependencies": { "babel-jest": "^21.0.2", "babel-preset-react-app": "^3.0.2", "cross-spawn": "^5.1.0", "jest": "^21.1.0", "leakage": "^0.3.0", "object-assign": "^4.1.1", "promise": "^8.0.1", "regenerator-runtime": "^0.11.0", "whatwg-fetch": "^2.0.3" }, "deprecated": false, "description": "A test framework for front-end projects", "devDependencies": {}, "engines": { "node": ">=4.0.0" }, "keywords": [ "react", "cli", "spa" ], "license": "MIT", "main": "lib/index.js", "name": "yhtml5-test", "repository": { "type": "git", "url": "" }, "scripts": { "git": "clear && git add . && git commit -m", "postgit": "git merge origin/master && git pull && git push && git status", "prepublishOnly": "echo copy... && npm version patch && npm run sync && echo npm login https://registry.npmjs.org && npm login", "presync": "cp -rf ~/projects/gitlab/2dfire-scripts/packages/2dfire-scripts ~/projects/gits/yhtml5-cli/packages/", "sync": "cp -rf ~/projects/gitlab/2dfire-scripts/packages/2dfire-test/ ~/projects/gits/yhtml5-cli/packages/yhtml5-test/", "test": "clear && yhtml5-test --env=jsdom", "test:c": "npm test -- --coverage", "test:u": "npm i yhtml5-test@latest -D" }, "version": "0.1.10" }