Intial Commit
This commit is contained in:
62
nodered/rootfs/data/node_modules/complex.js/package.json
generated
vendored
Normal file
62
nodered/rootfs/data/node_modules/complex.js/package.json
generated
vendored
Normal file
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"_from": "complex.js@2.0.1",
|
||||
"_id": "complex.js@2.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-6pDHoFrs6vOjdtLA9qeEIXJ9aHk=",
|
||||
"_location": "/complex.js",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "complex.js@2.0.1",
|
||||
"name": "complex.js",
|
||||
"escapedName": "complex.js",
|
||||
"rawSpec": "2.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/mathjs"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/complex.js/-/complex.js-2.0.1.tgz",
|
||||
"_shasum": "ea90c7a05aeceaf3a376d2c0f6a78421727d6879",
|
||||
"_spec": "complex.js@2.0.1",
|
||||
"_where": "/data/node_modules/mathjs",
|
||||
"author": {
|
||||
"name": "Robert Eisele",
|
||||
"email": "robert@xarg.org",
|
||||
"url": "http://www.xarg.org/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/infusion/Complex.js/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "A complex number library",
|
||||
"devDependencies": {
|
||||
"mocha": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": "*"
|
||||
},
|
||||
"homepage": "https://github.com/infusion/Complex.js",
|
||||
"keywords": [
|
||||
"math",
|
||||
"complex",
|
||||
"number",
|
||||
"calculus",
|
||||
"parser"
|
||||
],
|
||||
"license": "MIT OR GPL-2.0",
|
||||
"main": "complex",
|
||||
"name": "complex.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/infusion/Complex.js.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha tests/*.js"
|
||||
},
|
||||
"title": "complex.js",
|
||||
"version": "2.0.1"
|
||||
}
|
||||
Reference in New Issue
Block a user