wishthis/node_modules/undertaker-registry/package.json

85 lines
2 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"undertaker-registry@1.0.1",
"F:\\laragon\\www\\wishthis"
]
2022-01-21 08:28:41 +00:00
],
2022-02-23 16:41:13 +00:00
"_from": "undertaker-registry@1.0.1",
"_id": "undertaker-registry@1.0.1",
"_inBundle": false,
"_integrity": "sha1-XkvaMI5KiirlhPm5pDWaSZglzFA=",
"_location": "/undertaker-registry",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "undertaker-registry@1.0.1",
"name": "undertaker-registry",
"escapedName": "undertaker-registry",
"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": [
"/undertaker"
2022-01-21 08:28:41 +00:00
],
2022-02-23 16:41:13 +00:00
"_resolved": "https://registry.npmjs.org/undertaker-registry/-/undertaker-registry-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/undertaker-registry/issues"
},
"contributors": [
{
"name": "Blaine Bublitz",
"email": "blaine.bublitz@gmail.com"
}
],
"description": "Default registry in gulp 4.",
2022-01-21 08:28:41 +00:00
"devDependencies": {
"eslint": "^1.7.3",
"eslint-config-gulp": "^2.0.0",
"expect": "^1.19.0",
"istanbul": "^0.4.3",
"istanbul-coveralls": "^1.0.3",
"jscs": "^2.3.5",
"jscs-preset-gulp": "^1.0.0",
"mocha": "^3.5.0"
},
2022-02-23 16:41:13 +00:00
"engines": {
"node": ">= 0.10"
},
"files": [
"LICENSE",
"index.js"
],
"homepage": "https://github.com/gulpjs/undertaker-registry#readme",
2022-01-21 08:28:41 +00:00
"keywords": [
"registry",
"tasks",
"undertaker",
"gulp"
2022-02-23 16:41:13 +00:00
],
"license": "MIT",
"main": "index.js",
"name": "undertaker-registry",
"repository": {
"type": "git",
"url": "git+https://github.com/gulpjs/undertaker-registry.git"
},
"scripts": {
"cover": "istanbul cover _mocha --report lcovonly",
"coveralls": "npm run cover && istanbul-coveralls",
"lint": "eslint . && jscs index.js test/",
"pretest": "npm run lint",
"test": "mocha --async-only"
},
"version": "1.0.1"
2022-01-21 08:28:41 +00:00
}