mirror of
https://github.com/actions/labeler.git
synced 2025-12-29 06:17:18 +08:00
build
This commit is contained in:
24
node_modules/cache-base/package.json
generated
vendored
24
node_modules/cache-base/package.json
generated
vendored
@@ -1,33 +1,27 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"cache-base@1.0.1",
|
||||
"/Users/pjquirk/Source/GitHub/actions/labeler"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "cache-base@1.0.1",
|
||||
"_from": "cache-base@^1.0.1",
|
||||
"_id": "cache-base@1.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==",
|
||||
"_location": "/cache-base",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "cache-base@1.0.1",
|
||||
"raw": "cache-base@^1.0.1",
|
||||
"name": "cache-base",
|
||||
"escapedName": "cache-base",
|
||||
"rawSpec": "1.0.1",
|
||||
"rawSpec": "^1.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.1"
|
||||
"fetchSpec": "^1.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/base"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz",
|
||||
"_spec": "1.0.1",
|
||||
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
|
||||
"_shasum": "0a7f46416831c8b662ee36fe4e7c59d76f666ab2",
|
||||
"_spec": "cache-base@^1.0.1",
|
||||
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/base",
|
||||
"author": {
|
||||
"name": "Jon Schlinkert",
|
||||
"url": "https://github.com/jonschlinkert"
|
||||
@@ -35,6 +29,7 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/jonschlinkert/cache-base/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Jon Schlinkert",
|
||||
@@ -55,6 +50,7 @@
|
||||
"union-value": "^1.0.0",
|
||||
"unset-value": "^1.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.",
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user