@qiskit/utils
Advanced tools
Comparing version 0.3.0 to 0.4.0
/** | ||
* @license | ||
* | ||
* Copyright (c) 2017-present, IBM Research. | ||
* Copyright (c) 2017, IBM. | ||
* | ||
* This source code is licensed under the Apache license found in the | ||
* LICENSE.txt file in the root directory of this source tree. | ||
* This source code is licensed under the Apache License, Version 2.0 found in | ||
* the LICENSE.txt file in the root directory of this source tree. | ||
*/ | ||
@@ -9,0 +9,0 @@ |
/** | ||
* @license | ||
* | ||
* Copyright (c) 2017-present, IBM Research. | ||
* Copyright (c) 2017, IBM. | ||
* | ||
* This source code is licensed under the Apache license found in the | ||
* LICENSE.txt file in the root directory of this source tree. | ||
* This source code is licensed under the Apache License, Version 2.0 found in | ||
* the LICENSE.txt file in the root directory of this source tree. | ||
*/ | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "@qiskit/utils", | ||
"version": "0.3.0", | ||
"description": "Quantum Information Software utils library", | ||
"version": "0.4.0", | ||
"description": "Quantum Information Science Kit utils library", | ||
"author": { | ||
@@ -9,13 +9,13 @@ "name": "IBM RESEARCH", | ||
}, | ||
"homepage": "https://github.com/QISKit/qiskit-sdk-js", | ||
"homepage": "https://github.com/Qiskit/qiskit-js", | ||
"contributors": [ | ||
"https://github.com/QISKit/qiskit-sdk-js/graphs/contributors" | ||
"https://github.com/Qiskit/qiskit-js/graphs/contributors" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/QISKit/qiskit-sdk-js" | ||
"url": "https://github.com/Qiskit/qiskit-js" | ||
}, | ||
"scripts": { | ||
"dep-check": "depcheck", | ||
"test": "mocha --recursive test" | ||
"test": "mocha --recursive test --color" | ||
}, | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/QISKit/qiskit-sdk-js/issues" | ||
"url": "https://github.com/Qiskit/qiskit-js/issues" | ||
}, | ||
@@ -36,0 +36,0 @@ "dependencies": { |
@@ -1,6 +0,6 @@ | ||
# QISKit.js OpenQASM | ||
# Qiskit.js utils | ||
:atom_symbol: Quantum Information Software Kit utils library, shared among the rest of the qiskit-* packages. | ||
:atom_symbol: Quantum Information Science Kit utils library, shared among the rest of the qiskit-\* packages. | ||
Please visit the [main repository](https://github.com/QISKit/qiskit-sdk-js) of the project to know about the rest of the tools. | ||
Please visit the [main repository](https://github.com/Qiskit/qiskit-js) of the project to know about the rest of the tools. | ||
@@ -34,3 +34,3 @@ ## Install | ||
- `version` (string) - Version number. | ||
* `version` (string) - Version number. | ||
@@ -41,3 +41,3 @@ ### `debug` | ||
- `debug` (object) - The same object provided in the original library. | ||
* `debug` (object) - The same object provided in the original library. | ||
@@ -48,4 +48,4 @@ ### `pathToTag(fullPath) -> tag` | ||
- `fullPath` (string) - The full path of the file we're debugging. | ||
- `tag` (string) - The name of the file. | ||
* `fullPath` (string) - The full path of the file we're debugging. | ||
* `tag` (string) - The name of the file. | ||
@@ -56,2 +56,2 @@ ### `ayb` | ||
- `ayb` (object) - The same object provided in the original library. | ||
* `ayb` (object) - The same object provided in the original library. |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1
1
4622