mirror of
https://github.com/golang/go
synced 2024-11-18 15:04:44 -07:00
337c0124d7
This CL's purpose is to introduce the dependency on the HTML Custom Elements polyfill. Like we've done so far, I'm trying to keep dependencies light by using current or polyfilling future webcomponents standards. Change-Id: I11d14db367b697cdd527fb66b9d7d160ac244b78 Reviewed-on: https://go-review.googlesource.com/25494 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"//": [
|
|
"Copyright 2016 The Go Authors. All rights reserved.",
|
|
"Use of this source code is governed by a BSD-style",
|
|
"license that can be found in the LICENSE file.",
|
|
|
|
"This file exists to help import typescript typings",
|
|
"for web features used in this project. Neither the",
|
|
"typings nor node or npm are required to do development",
|
|
"on the code in this project.",
|
|
|
|
"If you do have npm installed, use the `npm i` command",
|
|
"in this directory to install the typings."
|
|
],
|
|
"private": true,
|
|
"name": "@golangtools/heapview",
|
|
"version": "0.0.0",
|
|
"devDependencies": {
|
|
"@types/webcomponents.js": "latest",
|
|
"@types/whatwg-fetch": "latest",
|
|
"@types/jasmine": "latest",
|
|
|
|
"jasmine-core": "latest",
|
|
"karma": "latest",
|
|
"karma-jasmine": "latest",
|
|
"karma-chrome-launcher": "latest",
|
|
|
|
"clang-format": "latest"
|
|
},
|
|
"scripts": {
|
|
"test": "karma start testing/karma.conf.js",
|
|
"format": "find . | grep '\\(test_main\\.js\\|\\.ts\\)$' | xargs clang-format -i",
|
|
"lint": "tslint --project ."
|
|
}
|
|
}
|