forked from enviPath/enviPy
59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"_from": "events-to-array@^1.0.1",
|
|
"_id": "events-to-array@1.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-LUH1Y+H+QA7Uli/hpNXGp1Od9/Y=",
|
|
"_location": "/events-to-array",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "events-to-array@^1.0.1",
|
|
"name": "events-to-array",
|
|
"escapedName": "events-to-array",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/tap-parser"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/events-to-array/-/events-to-array-1.1.2.tgz",
|
|
"_shasum": "2d41f563e1fe400ed4962fe1a4d5c6a7539df7f6",
|
|
"_spec": "events-to-array@^1.0.1",
|
|
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/tap-parser",
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/events-to-array/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Put a bunch of emitted events in an array, for testing.",
|
|
"devDependencies": {
|
|
"tap": "^10.3.2"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/isaacs/events-to-array",
|
|
"license": "ISC",
|
|
"main": "etoa.js",
|
|
"name": "events-to-array",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/isaacs/events-to-array.git"
|
|
},
|
|
"scripts": {
|
|
"postpublish": "git push origin --all; git push origin --tags",
|
|
"postversion": "npm publish",
|
|
"preversion": "npm test",
|
|
"test": "tap test/*.js --100"
|
|
},
|
|
"version": "1.1.2"
|
|
}
|