Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "d3-geo", | ||
"version": "0.0.0", | ||
"description": "The functions from src/geo in the d3 repo", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "smash node_modules/d3/src/start.js node_modules/d3/src/geo/index.js node_modules/d3/src/end.js | uglifyjs - -b -indent-level=2 -o index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"version": "0.0.1", | ||
"description": "", | ||
"keywords": [ | ||
"d3", | ||
"geo", | ||
"maps", | ||
"cartography" | ||
], | ||
"homepage": "https://github.com/d3/d3-geo", | ||
"license": "BSD-3-Clause", | ||
"author": { | ||
"name": "Mike Bostock", | ||
"url": "http://bost.ocks.org/mike" | ||
}, | ||
"main": "build/d3-geo.js", | ||
"jsnext:main": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jfsiii/d3-geo.git" | ||
"url": "https://github.com/d3/d3-geo.git" | ||
}, | ||
"keywords": [ | ||
"d3", | ||
"geo" | ||
], | ||
"author": "JFSIII", | ||
"license": "ISC", | ||
"scripts": { | ||
"pretest": "rm -rf build && mkdir build && json2module package.json > build/package.js && rollup -f umd -n d3_geo -o build/d3-geo.js -- index.js", | ||
"test": "tape 'test/**/*-test.js' && eslint index.js src", | ||
"prepublish": "npm run test && uglifyjs build/d3-geo.js -c -m -o build/d3-geo.min.js", | ||
"postpublish": "VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3-geo.js ../d3.github.com/d3-geo.v0.0.js && cp build/d3-geo.min.js ../d3.github.com/d3-geo.v0.0.min.js && cd ../d3.github.com && git add d3-geo.v0.0.js d3-geo.v0.0.min.js && git commit -m \"d3-geo ${VERSION}\" && git push && cd - && zip -j build/d3-geo.zip -- LICENSE README.md build/d3-geo.js build/d3-geo.min.js" | ||
}, | ||
"devDependencies": { | ||
"d3": "^3.4.4", | ||
"smash": "0.0.12", | ||
"uglify-js": "^2.4.13" | ||
"json2module": "0.0", | ||
"rollup": "0.26", | ||
"tape": "4", | ||
"uglify-js": "2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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 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 website
QualityPackage does not have a website.
Found 1 instance in 1 package
9
1
0
25
5618
4
21
2