Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
actions
/
checkout
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
0
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Files
0ad4b8f
.github
.licenses/npm
@actions
@octokit
before-after-hook.dep.yml
call-bind.dep.yml
deprecation.dep.yml
function-bind.dep.yml
get-intrinsic.dep.yml
has-symbols.dep.yml
has.dep.yml
is-plain-object.dep.yml
node-fetch.dep.yml
object-inspect.dep.yml
once.dep.yml
qs.dep.yml
semver.dep.yml
side-channel.dep.yml
tr46.dep.yml
tunnel.dep.yml
typed-rest-client.dep.yml
underscore.dep.yml
universal-user-agent.dep.yml
uuid-3.3.3.dep.yml
uuid-8.3.2.dep.yml
webidl-conversions.dep.yml
whatwg-url.dep.yml
wrappy.dep.yml
__test__
adrs
dist
images
src
.eslintignore
.eslintrc.json
.gitattributes
.gitignore
.licensed.yml
.prettierignore
.prettierrc.json
CHANGELOG.md
CODEOWNERS
CONTRIBUTING.md
LICENSE
README.md
action.yml
jest.config.js
package-lock.json
package.json
tsconfig.json
Breadcrumbs
checkout
/
.licenses
/
npm
/
has.dep.yml
Blame
Blame
Latest commit
History
History
33 lines (30 loc) · 1.31 KB
Breadcrumbs
checkout
/
.licenses
/
npm
/
has.dep.yml
Top
File metadata and controls
Code
Blame
33 lines (30 loc) · 1.31 KB
Raw
--- name: has version: 1.0.3 type: npm summary: Object.prototype.hasOwnProperty.call shortcut homepage: https://github.com/tarruda/has license: mit licenses: - sources: LICENSE-MIT text: | Copyright (c) 2013 Thiago de Arruda Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. notices: []
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
You can’t perform that action at this time.