@soloseng/ganache
Version:
A library and cli to create a local blockchain for fast Ethereum development.
76 lines (75 loc) • 1.85 kB
JSON
{
"_args": [
[
"catering@2.1.1",
"/Users/beaver/Development/soloseng/ganache/src/packages/ganache"
]
],
"_from": "catering@2.1.1",
"_id": "catering@2.1.1",
"_inBundle": false,
"_integrity": "sha512-K7Qy8O9p76sL3/3m7/zLKbRkyOlSZAgzEaLhyj2mXS8PsCud2Eo4hAb8aLtZqHh0QGqLcb9dlJSu6lHRVENm1w==",
"_location": "/catering",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "catering@2.1.1",
"name": "catering",
"escapedName": "catering",
"rawSpec": "2.1.1",
"saveSpec": null,
"fetchSpec": "2.1.1"
},
"_requiredBy": [
"/abstract-level",
"/abstract-leveldown",
"/level-concat-iterator"
],
"_resolved": "https://registry.npmjs.org/catering/-/catering-2.1.1.tgz",
"_spec": "2.1.1",
"_where": "/Users/beaver/Development/soloseng/ganache/src/packages/ganache",
"author": {
"name": "Vincent Weevers"
},
"browser": {
"./next-tick.js": "./next-tick-browser.js"
},
"bugs": {
"url": "https://github.com/vweevers/catering/issues"
},
"description": "Simple utility to allow your module to be consumed with a callback or promise",
"devDependencies": {
"airtap": "^4.0.4",
"airtap-playwright": "^1.0.1",
"standard": "^16.0.4",
"tape": "^5.4.0"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js",
"index.d.ts",
"next-tick.js",
"next-tick-browser.js"
],
"homepage": "https://github.com/vweevers/catering",
"keywords": [
"callback",
"promise",
"promisify"
],
"license": "MIT",
"name": "catering",
"repository": {
"type": "git",
"url": "git+https://github.com/vweevers/catering.git"
},
"scripts": {
"test": "standard && node test.js",
"test-browsers-local": "airtap test.js"
},
"types": "index.d.ts",
"version": "2.1.1"
}