yhtml5-test
Version:
A test framework for front-end projects
79 lines (78 loc) • 1.91 kB
JSON
{
"_from": "memwatch-next@^0.3.0",
"_id": "memwatch-next@0.3.0",
"_inBundle": false,
"_integrity": "sha1-IREFD5qQbgqi1ypOwPAInHhyb48=",
"_location": "/memwatch-next",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "memwatch-next@^0.3.0",
"name": "memwatch-next",
"escapedName": "memwatch-next",
"rawSpec": "^0.3.0",
"saveSpec": null,
"fetchSpec": "^0.3.0"
},
"_requiredBy": [
"/leakage"
],
"_resolved": "https://registry.npmjs.org/memwatch-next/-/memwatch-next-0.3.0.tgz",
"_shasum": "2111050f9a906e0aa2d72a4ec0f0089c78726f8f",
"_spec": "memwatch-next@^0.3.0",
"_where": "/Users/yhtml5/projects/gitlab/2dfire-scripts/packages/2dfire-test/demo/node_modules/leakage",
"author": {
"name": "Lloyd Hilaiel",
"url": "http://lloyd.io"
},
"bugs": {
"url": "https://github.com/marcominetti/node-memwatch/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jed Parsons",
"url": "@jedp"
},
{
"name": "Jeff Haynie",
"url": "@jhaynie"
},
{
"name": "Justin Matthews",
"url": "@jmatthewsr-ms"
}
],
"dependencies": {
"bindings": "^1.2.1",
"nan": "^2.3.2"
},
"deprecated": false,
"description": "Keep an eye on your memory usage, and discover and isolate leaks.",
"devDependencies": {
"mocha": "^2.4.5",
"should": "^8.3.1"
},
"engines": {
"node": ">= 0.8.0"
},
"gypfile": true,
"homepage": "https://github.com/marcominetti/node-memwatch#readme",
"licenses": [
{
"type": "wtfpl"
}
],
"main": "include.js",
"name": "memwatch-next",
"repository": {
"type": "git",
"url": "git+https://github.com/marcominetti/node-memwatch.git"
},
"scripts": {
"install": "node-gyp rebuild",
"test": "mocha tests --reporter spec"
},
"version": "0.3.0"
}