UNPKG

yhtml5-test

Version:

A test framework for front-end projects

77 lines (76 loc) 1.77 kB
{ "_args": [ [ "has@1.0.1", "/Users/yhtml5/projects/gitlab/2dfire-scripts/packages/2dfire-test/demo" ] ], "_from": "has@1.0.1", "_id": "has@1.0.1", "_inBundle": false, "_integrity": "sha1-hGFzP1OLCDfJNh45qauelwTcLyg=", "_location": "/has", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "has@1.0.1", "name": "has", "escapedName": "has", "rawSpec": "1.0.1", "saveSpec": null, "fetchSpec": "1.0.1" }, "_requiredBy": [ "/colormin", "/cssnano", "/es-abstract", "/eslint-plugin-import", "/eslint-plugin-react", "/is-regex", "/object.entries", "/object.values", "/postcss-merge-idents", "/postcss-minify-selectors", "/postcss-reduce-transforms", "/postcss-zindex" ], "_resolved": "https://registry.npmjs.org/has/-/has-1.0.1.tgz", "_spec": "1.0.1", "_where": "/Users/yhtml5/projects/gitlab/2dfire-scripts/packages/2dfire-test/demo", "author": { "name": "Thiago de Arruda", "email": "tpadilha84@gmail.com" }, "bugs": { "url": "https://github.com/tarruda/has/issues" }, "dependencies": { "function-bind": "^1.0.2" }, "description": "Object.prototype.hasOwnProperty.call shortcut", "devDependencies": { "chai": "~1.7.2", "mocha": "^1.21.4" }, "engines": { "node": ">= 0.8.0" }, "homepage": "https://github.com/tarruda/has", "licenses": [ { "type": "MIT", "url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT" } ], "main": "./src/index", "name": "has", "repository": { "type": "git", "url": "git://github.com/tarruda/has.git" }, "scripts": { "test": "node_modules/mocha/bin/mocha" }, "version": "1.0.1" }