FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JavaScript/archive/code/node_modules/dot-prop/package.json at main · iu5git/JavaScript · GitHub
iu5git
/
JavaScript
Public
Notifications
You must be signed in to change notification settings
Fork
21
Star
52
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
JavaScript
/
archive
/
code
/
node_modules
/
dot-prop
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
45 lines (45 loc) · 746 Bytes
Breadcrumbs
JavaScript
/
archive
/
code
/
node_modules
/
dot-prop
/
package.json
Copy path
File metadata and controls
executable file
·
45 lines (45 loc) · 746 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
34
35
36
37
38
39
40
41
42
43
44
45
{
"name"
:
"
dot-prop
"
,
"version"
:
"
5.3.0
"
,
"description"
:
"
Get, set, or delete a property from a nested object using a dot path
"
,
"license"
:
"
MIT
"
,
"repository"
:
"
sindresorhus/dot-prop
"
,
"author"
: {
"name"
:
"
Sindre Sorhus
"
,
"email"
:
"
sindresorhus@gmail.com
"
,
"url"
:
"
sindresorhus.com
"
},
"engines"
: {
"node"
:
"
>=8
"
},
"scripts"
: {
"test"
:
"
xo && ava && tsd
"
,
"bench"
:
"
node bench.js
"
},
"files"
: [
"
index.js
"
,
"
index.d.ts
"
],
"keywords"
: [
"
object
"
,
"
prop
"
,
"
property
"
,
"
dot
"
,
"
path
"
,
"
get
"
,
"
set
"
,
"
delete
"
,
"
access
"
,
"
notation
"
,
"
dotty
"
],
"dependencies"
: {
"is-obj"
:
"
^2.0.0
"
},
"devDependencies"
: {
"ava"
:
"
^2.1.0
"
,
"benchmark"
:
"
^2.1.4
"
,
"tsd"
:
"
^0.7.2
"
,
"xo"
:
"
^0.25.3
"
}
}
Back
|
FazBrowse Home
|
New Git URL