123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "_args": [
- [
- {
- "raw": "num2fraction@^1.2.2",
- "scope": null,
- "escapedName": "num2fraction",
- "name": "num2fraction",
- "rawSpec": "^1.2.2",
- "spec": ">=1.2.2 <2.0.0",
- "type": "range"
- },
- "/Users/tennesseeg/blueCoin/node_modules/autoprefixer"
- ]
- ],
- "_from": "num2fraction@>=1.2.2 <2.0.0",
- "_id": "num2fraction@1.2.2",
- "_inCache": true,
- "_location": "/num2fraction",
- "_nodeVersion": "0.12.5",
- "_npmUser": {
- "name": "yisi",
- "email": "yiorsi@gmail.com"
- },
- "_npmVersion": "2.11.2",
- "_phantomChildren": {},
- "_requested": {
- "raw": "num2fraction@^1.2.2",
- "scope": null,
- "escapedName": "num2fraction",
- "name": "num2fraction",
- "rawSpec": "^1.2.2",
- "spec": ">=1.2.2 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/autoprefixer"
- ],
- "_resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz",
- "_shasum": "6f682b6a027a4e9ddfa4564cd2589d1d4e669ede",
- "_shrinkwrap": null,
- "_spec": "num2fraction@^1.2.2",
- "_where": "/Users/tennesseeg/blueCoin/node_modules/autoprefixer",
- "author": {
- "name": "yisi",
- "email": "yiorsi@gmail.com",
- "url": "http://iyunlu.com/view"
- },
- "bugs": {
- "url": "https://github.com/yisibl/num2fraction/issues"
- },
- "dependencies": {},
- "description": "Convert number to fraction",
- "devDependencies": {
- "tape": "^3.0.0"
- },
- "directories": {},
- "dist": {
- "shasum": "6f682b6a027a4e9ddfa4564cd2589d1d4e669ede",
- "tarball": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz"
- },
- "gitHead": "df97795dd5a29466a4855794c1031ba869f0829c",
- "homepage": "https://github.com/yisibl/num2fraction#readme",
- "keywords": [
- "fraction",
- "number",
- "math",
- "maths",
- "arithmetic",
- "gcd",
- "rational"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "yisi",
- "email": "yiorsi@gmail.com"
- }
- ],
- "name": "num2fraction",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/yisibl/num2fraction.git"
- },
- "scripts": {
- "test": "tape test/*.js"
- },
- "version": "1.2.2"
- }
|