Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
owncloud-prm /
core /
vendor /
handlebars /
Delete
Unzip
Name
Size
Permission
Date
Action
lib
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
README.md
423
B
-rw-r--r--
2018-04-19 18:15
component.json
154
B
-rw-r--r--
2018-04-19 18:15
composer.json
897
B
-rw-r--r--
2018-04-19 18:15
handlebars-source.gemspec
696
B
-rw-r--r--
2018-04-19 18:15
handlebars.amd.js
553.47
KB
-rw-r--r--
2018-04-19 18:15
handlebars.amd.min.js
71.77
KB
-rw-r--r--
2018-04-19 18:15
handlebars.js
155.85
KB
-rw-r--r--
2018-04-19 18:15
handlebars.js.nuspec
618
B
-rw-r--r--
2018-04-19 18:15
handlebars.min.js
70.91
KB
-rw-r--r--
2018-04-19 18:15
handlebars.runtime.amd.js
95.97
KB
-rw-r--r--
2018-04-19 18:15
handlebars.runtime.amd.min.js
13.76
KB
-rw-r--r--
2018-04-19 18:15
handlebars.runtime.js
33.44
KB
-rw-r--r--
2018-04-19 18:15
handlebars.runtime.min.js
13.72
KB
-rw-r--r--
2018-04-19 18:15
Save
Rename
# -*- encoding: utf-8 -*- require 'json' package = JSON.parse(File.read('bower.json')) Gem::Specification.new do |gem| gem.name = "handlebars-source" gem.authors = ["Yehuda Katz"] gem.email = ["wycats@gmail.com"] gem.date = Time.now.strftime("%Y-%m-%d") gem.description = %q{Handlebars.js source code wrapper for (pre)compilation gems.} gem.summary = %q{Handlebars.js source code wrapper} gem.homepage = "https://github.com/wycats/handlebars.js/" gem.version = package["version"].sub "-", "." gem.license = "MIT" gem.files = [ 'handlebars.js', 'handlebars.runtime.js', 'lib/handlebars/source.rb' ] end