FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node-unidecode-cxx/package.json at master · mapbox/node-unidecode-cxx · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Oct 27, 2021. It is now read-only.
mapbox
/
node-unidecode-cxx
Public archive
Notifications
You must be signed in to change notification settings
Fork
5
Star
6
Code
Issues
1
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
node-unidecode-cxx
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
39 lines (39 loc) · 942 Bytes
Breadcrumbs
node-unidecode-cxx
/
package.json
Copy path
File metadata and controls
39 lines (39 loc) · 942 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
{
"name"
:
"
unidecode-cxx
"
,
"version"
:
"
0.0.2
"
,
"description"
:
"
node-unidecode ported to C++
"
,
"main"
:
"
./unidecode
"
,
"keywords"
: [
"
unidecode
"
,
"
unicode
"
,
"
utf8
"
],
"scripts"
: {
"test"
:
"
mocha
"
,
"install"
:
"
node-pre-gyp install --fallback-to-build
"
},
"author"
:
"
Andrew Pendleton <andrew@mapbox.com>
"
,
"license"
:
"
MIT
"
,
"dependencies"
: {
"nan"
:
"
2.0.9
"
,
"node-pre-gyp"
:
"
0.5.x
"
},
"bundledDependencies"
:[
"
node-pre-gyp
"
],
"devDependencies"
: {
"mocha"
:
"
^2.0.1
"
,
"unidecode"
:
"
*
"
,
"request"
:
"
*
"
,
"aws-sdk"
:
"
~2.0.0-rc.15
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/mapbox/node-unidecode-cxx.git
"
},
"binary"
: {
"module_name"
:
"
unidecode
"
,
"module_path"
:
"
./lib/
"
,
"host"
:
"
https://mapbox-node-binary.s3.amazonaws.com
"
,
"remote_path"
:
"
./{name}/v{version}
"
,
"package_name"
:
"
{node_abi}-{platform}-{arch}.tar.gz
"
}
}
Back
|
FazBrowse Home
|
New Git URL