Opal-Estate-Pro/node_modules/debug-fabulous/package.json
2019-09-13 11:27:52 +07:00

70 lines
1.8 KiB
JSON
Executable File

{
"_args": [
[
"debug-fabulous@1.1.0",
"/Applications/XAMPP/xamppfiles/htdocs/wordpress/latehome"
]
],
"_from": "debug-fabulous@1.1.0",
"_id": "debug-fabulous@1.1.0",
"_inBundle": false,
"_integrity": "sha512-GZqvGIgKNlUnHUPQhepnUZFIMoi3dgZKQBzKDeL2g7oJF9SNAji/AAu36dusFUas0O+pae74lNeoIPHqXWDkLg==",
"_location": "/debug-fabulous",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "debug-fabulous@1.1.0",
"name": "debug-fabulous",
"escapedName": "debug-fabulous",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/gulp-sourcemaps"
],
"_resolved": "https://registry.npmjs.org/debug-fabulous/-/debug-fabulous-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "/Applications/XAMPP/xamppfiles/htdocs/wordpress/latehome",
"author": {
"name": "Nicholas McCready"
},
"bugs": {
"url": "https://github.com/nmccready/debug-fabulous/issues"
},
"dependencies": {
"debug": "3.X",
"memoizee": "0.4.X",
"object-assign": "4.X"
},
"description": "visionmedia debug extensions rolled into one",
"devDependencies": {
"JSONStream": "1.X",
"chai": "4.X",
"eslint": "4.X",
"hook-std": "0.X",
"memwatch-next": "0.3.X",
"mocha": "4.X"
},
"homepage": "https://github.com/nmccready/debug-fabulous#readme",
"keywords": [
"debug",
"lazy",
"lazy-eval"
],
"license": "MIT",
"main": "index.js",
"name": "debug-fabulous",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/nmccready/debug-fabulous.git"
},
"scripts": {
"lint": "eslint !./node_modules *.js ./**/*.js",
"mocha": "mocha",
"test": "npm run lint && mocha ./test/**/*test.js ./test/*.test.js"
},
"version": "1.1.0"
}