diff options
author | Dimitri Staessens <[email protected]> | 2019-10-06 21:37:45 +0200 |
---|---|---|
committer | Dimitri Staessens <[email protected]> | 2019-10-06 21:37:45 +0200 |
commit | 3c51c3be85bb0d1bdb87ea0d6632f1c256912f27 (patch) | |
tree | c7ccc8279b12c4f7bdbbb4270d617e48f51722e4 /node_modules/num2fraction/package.json | |
parent | 412c104bebc507bea9c94fd53b5bdc4b64cbfe31 (diff) | |
download | website-3c51c3be85bb0d1bdb87ea0d6632f1c256912f27.tar.gz website-3c51c3be85bb0d1bdb87ea0d6632f1c256912f27.zip |
build: Add some required modules for node
Diffstat (limited to 'node_modules/num2fraction/package.json')
-rw-r--r-- | node_modules/num2fraction/package.json | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/node_modules/num2fraction/package.json b/node_modules/num2fraction/package.json new file mode 100644 index 0000000..68d46c6 --- /dev/null +++ b/node_modules/num2fraction/package.json @@ -0,0 +1,60 @@ +{ + "_from": "num2fraction@^1.2.2", + "_id": "[email protected]", + "_inBundle": false, + "_integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=", + "_location": "/num2fraction", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "num2fraction@^1.2.2", + "name": "num2fraction", + "escapedName": "num2fraction", + "rawSpec": "^1.2.2", + "saveSpec": null, + "fetchSpec": "^1.2.2" + }, + "_requiredBy": [ + "/autoprefixer" + ], + "_resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz", + "_shasum": "6f682b6a027a4e9ddfa4564cd2589d1d4e669ede", + "_spec": "num2fraction@^1.2.2", + "_where": "/home/dstaesse/git/website/node_modules/autoprefixer", + "author": { + "name": "yisi", + "email": "[email protected]", + "url": "http://iyunlu.com/view" + }, + "bugs": { + "url": "https://github.com/yisibl/num2fraction/issues" + }, + "bundleDependencies": false, + "deprecated": false, + "description": "Convert number to fraction", + "devDependencies": { + "tape": "^3.0.0" + }, + "homepage": "https://github.com/yisibl/num2fraction#readme", + "keywords": [ + "fraction", + "number", + "math", + "maths", + "arithmetic", + "gcd", + "rational" + ], + "license": "MIT", + "main": "index.js", + "name": "num2fraction", + "repository": { + "type": "git", + "url": "git+ssh://[email protected]/yisibl/num2fraction.git" + }, + "scripts": { + "test": "tape test/*.js" + }, + "version": "1.2.2" +} |