json-refs

WebJar for json-refs

Лицензия

Лицензия

MIT
Категории

Категории

JSON Данные
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

json-refs
Последняя версия

Последняя версия

3.0.13
Дата

Дата

Тип

Тип

jar
Описание

Описание

json-refs
WebJar for json-refs
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/whitlockjc/json-refs

Скачать json-refs

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/json-refs/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>json-refs</artifactId>
    <version>3.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/json-refs/
implementation 'org.webjars.npm:json-refs:3.0.13'
// https://jarcasting.com/artifacts/org.webjars.npm/json-refs/
implementation ("org.webjars.npm:json-refs:3.0.13")
'org.webjars.npm:json-refs:jar:3.0.13'
<dependency org="org.webjars.npm" name="json-refs" rev="3.0.13">
  <artifact name="json-refs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='json-refs', version='3.0.13')
)
libraryDependencies += "org.webjars.npm" % "json-refs" % "3.0.13"
[org.webjars.npm/json-refs "3.0.13"]

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
org.webjars.npm : js-yaml jar [3.13.0,4)
org.webjars.npm : commander jar [2.19.0,2.20)
org.webjars.npm : slash jar [2.0.0,3)
org.webjars.npm : uri-js jar [4.2.2,5)
org.webjars.npm : graphlib jar [2.1.7,3)
org.webjars.npm : native-promise-only jar [0.8.1,0.9)
org.webjars.npm : path-loader jar [1.0.10,2)
org.webjars.npm : lodash jar [4.17.11,5)

Модули Проекта

Данный проект не имеет модулей.

json-refs

json-refs is a simple library for interacting with JSON References and JSON Pointers. While the main purpose of this library is to provide JSON References features, since JSON References are a combination of Object structure and a JSON Pointer, this library also provides some features for JSON Pointers as well.

Project Badges

  • Build status: Build Status
  • Dependencies: Dependencies
  • Developer dependencies: Dev Dependencies
  • Downloads: NPM Downloads Per Month
  • Gitter: Join the chat at https://gitter.im/whitlockjc/json-refs
  • License: License
  • Version: NPM Version

Documentation

The documentation for this project can be found at https://github.com/whitlockjc/json-refs/blob/master/docs/README.md. Specific documentation can be found here:

Installation

json-refs is available for both Node.js and the browser. Installation instructions for each environment are below.

Browser

json-refs binaries for the browser are available in the dist/ directory:

Of course, these links are for the master builds so feel free to download from the release of your choice. Once you've gotten them downloaded, to use the standalone binaries, your HTML include might look like this:

<!-- ... -->
<script src="json-refs.js"></script>
<!-- ... -->

Node.js

Installation for Node.js applications can be done via NPM.

npm install json-refs --save

If you plan on using the json-refs CLI executable, you can install json-refs globally like this:

npm install json-refs --global

After this, feel free to run json-refs help to see what you can do or view the CLI documentation linked above

Версии библиотеки

Версия
3.0.13
3.0.12
2.1.7
2.1.6