127 lines
3.0 KiB
JSON
127 lines
3.0 KiB
JSON
{
|
|
"_from": "tape",
|
|
"_id": "tape@5.2.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-grXrzPC1ly2kyTMKdqxh5GiLpb0BpNctCuecTB0psHX4Gu0nc+uxWR4xKjTh/4CfQlH4zhvTM2/EXmHXp6v/uA==",
|
|
"_location": "/tape",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "tape",
|
|
"name": "tape",
|
|
"escapedName": "tape",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/tape/-/tape-5.2.2.tgz",
|
|
"_shasum": "a98475ecf30aa0ed2a89c36439bb9438d24d2184",
|
|
"_spec": "tape",
|
|
"_where": "/home/lilleman/go/src/gitlab.larvit.se/power-plan/auth/tests",
|
|
"author": {
|
|
"name": "James Halliday",
|
|
"email": "mail@substack.net",
|
|
"url": "http://substack.net"
|
|
},
|
|
"bin": {
|
|
"tape": "bin/tape"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/substack/tape/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"call-bind": "^1.0.2",
|
|
"deep-equal": "^2.0.5",
|
|
"defined": "^1.0.0",
|
|
"dotignore": "^0.1.2",
|
|
"for-each": "^0.3.3",
|
|
"glob": "^7.1.6",
|
|
"has": "^1.0.3",
|
|
"inherits": "^2.0.4",
|
|
"is-regex": "^1.1.2",
|
|
"minimist": "^1.2.5",
|
|
"object-inspect": "^1.9.0",
|
|
"object-is": "^1.1.5",
|
|
"object.assign": "^4.1.2",
|
|
"resolve": "^2.0.0-next.3",
|
|
"resumer": "^0.0.0",
|
|
"string.prototype.trim": "^1.2.4",
|
|
"through": "^2.3.8"
|
|
},
|
|
"deprecated": false,
|
|
"description": "tap-producing test harness for node and browsers",
|
|
"devDependencies": {
|
|
"array.prototype.flatmap": "^1.2.4",
|
|
"aud": "^1.1.4",
|
|
"concat-stream": "^1.6.2",
|
|
"eclint": "^2.8.1",
|
|
"ecstatic": "^4.1.4",
|
|
"es-value-fixtures": "^1.2.1",
|
|
"eslint": "^7.20.0",
|
|
"falafel": "^2.2.4",
|
|
"js-yaml": "^3.14.0",
|
|
"tap": "^8.0.1",
|
|
"tap-parser": "^3.0.5"
|
|
},
|
|
"directories": {
|
|
"example": "example",
|
|
"test": "test"
|
|
},
|
|
"exports": {
|
|
".": [
|
|
{
|
|
"default": "./index.js"
|
|
},
|
|
"./index.js"
|
|
],
|
|
"./lib/default_stream": "./lib/default_stream.js",
|
|
"./lib/results": "./lib/results.js",
|
|
"./lib/test": "./lib/test.js",
|
|
"./package": "./package.json",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"homepage": "https://github.com/substack/tape",
|
|
"keywords": [
|
|
"tap",
|
|
"test",
|
|
"harness",
|
|
"assert",
|
|
"browser"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "tape",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/substack/tape.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint . bin/*",
|
|
"posttest": "aud --production",
|
|
"prelint": "eclint check",
|
|
"pretest": "npm run lint",
|
|
"test": "npm run tests-only",
|
|
"test:example": "find example -name '*.js' | grep -v fail | grep -v static | xargs tap",
|
|
"tests-only": "nyc tap test/*.js"
|
|
},
|
|
"testling": {
|
|
"files": "test/browser/*.js",
|
|
"browsers": [
|
|
"ie/6..latest",
|
|
"chrome/20..latest",
|
|
"firefox/10..latest",
|
|
"safari/latest",
|
|
"opera/11.0..latest",
|
|
"iphone/6",
|
|
"ipad/6"
|
|
]
|
|
},
|
|
"version": "5.2.2"
|
|
}
|