forked from enviPath/enviPy
91 lines
2.2 KiB
JSON
91 lines
2.2 KiB
JSON
{
|
|
"_from": "tap-parser@^5.3.1",
|
|
"_id": "tap-parser@5.4.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-BIsIaGqv7uTQgTW1KLTMNPSEQf4zDDPgYOBRdgOfuB+JFOLRBfEu6cLa/KvMvmqggu1FKXDfitjLwsq4827RvA==",
|
|
"_location": "/tap-parser",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "tap-parser@^5.3.1",
|
|
"name": "tap-parser",
|
|
"escapedName": "tap-parser",
|
|
"rawSpec": "^5.3.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^5.3.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/tap",
|
|
"/tap-mocha-reporter"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/tap-parser/-/tap-parser-5.4.0.tgz",
|
|
"_shasum": "6907e89725d7b7fa6ae41ee2c464c3db43188aec",
|
|
"_spec": "tap-parser@^5.3.1",
|
|
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/tap",
|
|
"author": {
|
|
"name": "James Halliday",
|
|
"email": "mail@substack.net",
|
|
"url": "http://substack.net"
|
|
},
|
|
"bin": {
|
|
"tap-parser": "bin/cmd.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/substack/tap-parser/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"events-to-array": "^1.0.1",
|
|
"js-yaml": "^3.2.7",
|
|
"readable-stream": "^2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "parse the test anything protocol",
|
|
"devDependencies": {
|
|
"glob": "^7.0.5",
|
|
"tap": "^10.3.3"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"bin/cmd.js",
|
|
"bin/usage.txt"
|
|
],
|
|
"homepage": "https://github.com/substack/tap-parser",
|
|
"keywords": [
|
|
"tap",
|
|
"test",
|
|
"parser"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "tap-parser",
|
|
"optionalDependencies": {
|
|
"readable-stream": "^2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/substack/tap-parser.git"
|
|
},
|
|
"scripts": {
|
|
"postpublish": "git push origin --all; git push origin --tags",
|
|
"postversion": "npm publish",
|
|
"preversion": "npm test",
|
|
"regen-fixtures": "node scripts/generate-test.js test/fixtures/*.tap",
|
|
"test": "tap test/*.js --100 -J"
|
|
},
|
|
"testling": {
|
|
"files": "test/*.js",
|
|
"browsers": [
|
|
"ie/6..latest",
|
|
"chrome/10",
|
|
"chrome/latest",
|
|
"firefox/3.5",
|
|
"firefox/latest",
|
|
"opera/latest",
|
|
"safari/latest"
|
|
]
|
|
},
|
|
"version": "5.4.0"
|
|
}
|