wishthis/node_modules/sparkles/package.json

86 lines
1.9 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"sparkles@1.0.1",
"F:\\laragon\\www\\wishthis"
]
2022-01-21 08:28:41 +00:00
],
2022-02-23 16:41:13 +00:00
"_from": "sparkles@1.0.1",
"_id": "sparkles@1.0.1",
"_inBundle": false,
"_integrity": "sha512-dSO0DDYUahUt/0/pD/Is3VIm5TGJjludZ0HVymmhYF6eNA53PVLhnUk0znSYbH8IYBuJdCE+1luR22jNLMaQdw==",
"_location": "/sparkles",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "sparkles@1.0.1",
"name": "sparkles",
"escapedName": "sparkles",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"_requiredBy": [
"/glogg",
"/has-gulplog"
2022-01-21 08:28:41 +00:00
],
2022-02-23 16:41:13 +00:00
"_resolved": "https://registry.npmjs.org/sparkles/-/sparkles-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Gulp Team",
"email": "team@gulpjs.com",
"url": "http://gulpjs.com/"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"bugs": {
"url": "https://github.com/gulpjs/sparkles/issues"
},
"contributors": [
{
"name": "Blaine Bublitz",
"email": "blaine.bublitz@gmail.com"
}
],
2022-01-21 08:28:41 +00:00
"dependencies": {},
2022-02-23 16:41:13 +00:00
"description": "Namespaced global event emitter",
2022-01-21 08:28:41 +00:00
"devDependencies": {
"eslint": "^2.13.0",
"eslint-config-gulp": "^3.0.1",
"expect": "^1.20.2",
"istanbul": "^0.4.3",
"istanbul-coveralls": "^1.0.3",
"mocha": "^3.5.3"
},
2022-02-23 16:41:13 +00:00
"engines": {
"node": ">= 0.10"
},
"files": [
"LICENSE",
"index.js"
],
"homepage": "https://github.com/gulpjs/sparkles#readme",
2022-01-21 08:28:41 +00:00
"keywords": [
"ee",
"emitter",
"events",
"global",
"namespaced"
2022-02-23 16:41:13 +00:00
],
"license": "MIT",
"main": "index.js",
"name": "sparkles",
"repository": {
"type": "git",
"url": "git+https://github.com/gulpjs/sparkles.git"
},
"scripts": {
"cover": "istanbul cover _mocha --report lcovonly",
"coveralls": "npm run cover && istanbul-coveralls",
"lint": "eslint .",
"pretest": "npm run lint",
"test": "mocha --async-only"
},
"version": "1.0.1"
2022-01-21 08:28:41 +00:00
}