12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "_args": [
- [
- "fraction.js@4.3.6",
- "/Users/mac/projects/mime/mine"
- ]
- ],
- "_development": true,
- "_from": "fraction.js@4.3.6",
- "_id": "fraction.js@4.3.6",
- "_inBundle": false,
- "_integrity": "sha512-n2aZ9tNfYDwaHhvFTkhFErqOMIb8uyzSQ+vGJBjZyanAKZVbGUQ1sngfk9FdkBw7G26O7AgNjLcecLffD1c7eg==",
- "_location": "/fraction.js",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "fraction.js@4.3.6",
- "name": "fraction.js",
- "escapedName": "fraction.js",
- "rawSpec": "4.3.6",
- "saveSpec": null,
- "fetchSpec": "4.3.6"
- },
- "_requiredBy": [
- "/autoprefixer"
- ],
- "_resolved": "https://registry.npmmirror.com/fraction.js/-/fraction.js-4.3.6.tgz",
- "_spec": "4.3.6",
- "_where": "/Users/mac/projects/mime/mine",
- "author": {
- "name": "Robert Eisele",
- "email": "robert@raw.org",
- "url": "https://raw.org/"
- },
- "bugs": {
- "url": "https://github.com/rawify/Fraction.js/issues"
- },
- "description": "A rational number library",
- "devDependencies": {
- "mocha": "*"
- },
- "directories": {
- "example": "examples"
- },
- "engines": {
- "node": "*"
- },
- "exports": {
- ".": {
- "import": "./fraction.js",
- "require": "./fraction.cjs",
- "types": "./fraction.d.ts"
- }
- },
- "funding": {
- "type": "patreon",
- "url": "https://github.com/sponsors/rawify"
- },
- "homepage": "https://www.xarg.org/2014/03/rational-numbers-in-javascript/",
- "keywords": [
- "math",
- "fraction",
- "rational",
- "rationals",
- "number",
- "parser",
- "rational numbers"
- ],
- "license": "MIT",
- "main": "fraction.cjs",
- "name": "fraction.js",
- "private": false,
- "repository": {
- "type": "git",
- "url": "git://github.com/rawify/Fraction.js.git"
- },
- "scripts": {
- "test": "mocha tests/*.js"
- },
- "title": "fraction.js",
- "type": "module",
- "types": "./fraction.d.ts",
- "version": "4.3.6"
- }
|