95 lines
2.3 KiB
JSON
95 lines
2.3 KiB
JSON
{
|
|
"_from": "tape-es",
|
|
"_id": "tape-es@1.2.15",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-b8saVSzLFvxPro394o718mAN37iMvHrOt9XLx+caZIewBeA2Q4LobUtW2Gjv5JMsrm9VrZ4L9+4xRVUyUokmpQ==",
|
|
"_location": "/tape-es",
|
|
"_phantomChildren": {
|
|
"defined": "1.0.0",
|
|
"dotignore": "0.1.2",
|
|
"for-each": "0.3.3",
|
|
"function-bind": "1.1.1",
|
|
"glob": "7.1.7",
|
|
"has": "1.0.3",
|
|
"inherits": "2.0.4",
|
|
"is-arguments": "1.1.0",
|
|
"is-date-object": "1.0.4",
|
|
"minimist": "1.2.5",
|
|
"object-is": "1.1.5",
|
|
"object-keys": "1.1.1",
|
|
"path-parse": "1.0.7",
|
|
"regexp.prototype.flags": "1.3.1",
|
|
"resumer": "0.0.0",
|
|
"string.prototype.trim": "1.2.4",
|
|
"through": "2.3.8"
|
|
},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "tape-es",
|
|
"name": "tape-es",
|
|
"escapedName": "tape-es",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/tape-es/-/tape-es-1.2.15.tgz",
|
|
"_shasum": "b50a8c0aff65a9f0bd7c6084738c302a499abba0",
|
|
"_spec": "tape-es",
|
|
"_where": "/home/lilleman/go/src/gitlab.larvit.se/power-plan/auth/tests",
|
|
"author": {
|
|
"name": "Evan Plaice",
|
|
"email": "evanplaice@gmail.com",
|
|
"url": "http://evanplaice.com/"
|
|
},
|
|
"bin": {
|
|
"tape-es": "bin/tape-es.js",
|
|
"tape-watch-es": "bin/tape-watch-es.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/vanillaes/tape-es/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"chokidar": "^3.5.1",
|
|
"commander": "^4.1.1",
|
|
"glob": "^7.1.6",
|
|
"tape": "^4.13.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "ESM-compatible Tape.js test runner",
|
|
"devDependencies": {
|
|
"esmtk": "^0.5.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"homepage": "https://github.com/vanillaes/tape-es#readme",
|
|
"keywords": [
|
|
"testing",
|
|
"esm",
|
|
"esmodules",
|
|
"tape",
|
|
"nodejs",
|
|
"cli"
|
|
],
|
|
"license": "MIT",
|
|
"name": "tape-es",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vanillaes/tape-es.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "esmtk lint",
|
|
"package": "npx rimraf package && npm pack | tail -n 1 | xargs tar -xf",
|
|
"postversion": "git push --follow-tags",
|
|
"preversion": "npm run lint"
|
|
},
|
|
"type": "module",
|
|
"version": "1.2.15"
|
|
}
|