yhtml5-test
Version:
A test framework for front-end projects
110 lines (109 loc) • 3.15 kB
JSON
{
"_args": [
[
"function.prototype.name@1.0.3",
"/Users/yhtml5/projects/gitlab/2dfire-scripts/packages/2dfire-test/demo"
]
],
"_from": "function.prototype.name@1.0.3",
"_id": "function.prototype.name@1.0.3",
"_inBundle": false,
"_integrity": "sha512-5EblxZUdioXi2JiMZ9FUbwYj40eQ9MFHyzFLBSPdlRl3SO8l7SLWuAnQ/at/1Wi4hjJwME/C5WpF2ZfAc8nGNw==",
"_location": "/function.prototype.name",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "function.prototype.name@1.0.3",
"name": "function.prototype.name",
"escapedName": "function.prototype.name",
"rawSpec": "1.0.3",
"saveSpec": null,
"fetchSpec": "1.0.3"
},
"_requiredBy": [
"/enzyme"
],
"_resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.0.3.tgz",
"_spec": "1.0.3",
"_where": "/Users/yhtml5/projects/gitlab/2dfire-scripts/packages/2dfire-test/demo",
"author": {
"name": "Jordan Harband"
},
"bugs": {
"url": "https://github.com/ljharb/function.prototype.name/issues"
},
"dependencies": {
"define-properties": "^1.1.2",
"function-bind": "^1.1.0",
"is-callable": "^1.1.3"
},
"description": "An ES6 spec-compliant `Function.prototype.name` shim",
"devDependencies": {
"@es-shims/api": "^1.2.0",
"@ljharb/eslint-config": "^12.1.0",
"covert": "^1.1.0",
"editorconfig-tools": "^0.1.1",
"eslint": "^4.2.0",
"jscs": "^3.0.7",
"make-arrow-function": "^1.1.0",
"make-generator-function": "^1.1.0",
"nsp": "^2.6.3",
"safe-publish-latest": "^1.1.1",
"tape": "^4.7.0",
"uglify-js": "^3.0.25",
"uglify-register": "^1.0.0"
},
"engines": {
"node": ">= 0.4"
},
"homepage": "https://github.com/ljharb/function.prototype.name#readme",
"keywords": [
"Function.prototype.name",
"name",
"ES6",
"shim",
"polyfill",
"es-shim API"
],
"license": "MIT",
"main": "index.js",
"name": "function.prototype.name",
"repository": {
"type": "git",
"url": "git://github.com/ljharb/function.prototype.name.git"
},
"scripts": {
"coverage": "covert test/*.js",
"coverage-quiet": "covert test/*.js --quiet",
"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
"eslint": "eslint test/*.js *.js",
"jscs": "jscs test/*.js *.js",
"lint": "npm run jscs && npm run eslint",
"posttest": "npm run security",
"prepublish": "safe-publish-latest",
"pretest": "npm run lint",
"security": "nsp check",
"test": "npm run --silent tests-only",
"tests-only": "es-shim-api --bound && node test && node test/shimmed && node test/uglified"
},
"testling": {
"files": "test/index.js",
"browsers": [
"iexplore/9.0..latest",
"firefox/4.0..6.0",
"firefox/15.0..latest",
"firefox/nightly",
"chrome/4.0..10.0",
"chrome/20.0..latest",
"chrome/canary",
"opera/11.6..latest",
"opera/next",
"safari/5.0..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2"
]
},
"version": "1.0.3"
}