three-spritetext
Advanced tools
Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "three-spritetext", | ||
"version": "0.0.1", | ||
"description": "bla", | ||
"main": "index.js", | ||
"version": "1.0.0", | ||
"description": "A sprite based text component for ThreeJS", | ||
"unpkg": "dist/three-spritetext.min.js", | ||
"main": "dist/three-spritetext.common.js", | ||
"module": "dist/three-spritetext.module.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/vasturiano/three-spritetext.git" | ||
}, | ||
"keywords": [ | ||
"three", | ||
"3d", | ||
"text", | ||
"sprite", | ||
"canvas", | ||
"webgl" | ||
], | ||
"author": { | ||
"name": "Vasco Asturiano", | ||
"url": "http://bl.ocks.org/vasturiano" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/vasturiano/three-spritetext/issues" | ||
}, | ||
"homepage": "https://github.com/vasturiano/three-spritetext", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "rm -rf dist && mkdir dist && rollup -c", | ||
"watch": "rollup -c -w", | ||
"minify": "uglifyjs dist/three-spritetext.js -o dist/three-spritetext.min.js -c -m --comments '/Version/'", | ||
"build-module": "rollup -c rollup.config.module.js", | ||
"prepublish": "npm run build && npm run minify && npm run build-module" | ||
}, | ||
"author": "", | ||
"license": "ISC" | ||
"dependencies": {}, | ||
"peerDependencies": { | ||
"three": "^0.86.0" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.26.0", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
"babel-plugin-transform-class-properties": "^6.24.1", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | ||
"rollup": "^0.56.2", | ||
"rollup-plugin-babel": "^3.0.3", | ||
"rollup-plugin-commonjs": "^8.3.0", | ||
"rollup-plugin-node-resolve": "^3.0.3", | ||
"rollup-watch": "^4.3.1", | ||
"uglify-js": "3.3.4" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
121618
23
511
0
0
0
44
0
1
11