mirror of
https://github.com/actions/labeler.git
synced 2026-01-14 09:14:46 +08:00
build
This commit is contained in:
24
node_modules/base/package.json
generated
vendored
24
node_modules/base/package.json
generated
vendored
@@ -1,12 +1,5 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"base@0.11.2",
|
||||
"/Users/pjquirk/Source/GitHub/actions/labeler"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "base@0.11.2",
|
||||
"_from": "base@^0.11.1",
|
||||
"_id": "base@0.11.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",
|
||||
@@ -15,21 +8,22 @@
|
||||
"kind-of": "6.0.3"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "base@0.11.2",
|
||||
"raw": "base@^0.11.1",
|
||||
"name": "base",
|
||||
"escapedName": "base",
|
||||
"rawSpec": "0.11.2",
|
||||
"rawSpec": "^0.11.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.11.2"
|
||||
"fetchSpec": "^0.11.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/snapdragon"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",
|
||||
"_spec": "0.11.2",
|
||||
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
|
||||
"_shasum": "7bde5ced145b6d551a90db87f83c558b4eb48a8f",
|
||||
"_spec": "base@^0.11.1",
|
||||
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/snapdragon",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
@@ -37,6 +31,7 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/node-base/base/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Brian Woodward",
|
||||
@@ -67,6 +62,7 @@
|
||||
"mixin-deep": "^1.2.0",
|
||||
"pascalcase": "^0.1.1"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.",
|
||||
"devDependencies": {
|
||||
"gulp": "^3.9.1",
|
||||
|
||||
Reference in New Issue
Block a user