Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

https://github.com/VADERASU/Choropleths-Attribute-Uncertainty
19 June 2024, 23:40:11 UTC
  • Code
  • Branches (1)
  • Releases (0)
  • Visits
    • Branches
    • Releases
    • HEAD
    • refs/heads/master
    No releases to show
  • 40563be
  • /
  • package.json
Raw File Download
Take a new snapshot of a software origin

If the archived software origin currently browsed is not synchronized with its upstream version (for instance when new commits have been issued), you can explicitly request Software Heritage to take a new snapshot of it.

Use the form below to proceed. Once a request has been submitted and accepted, it will be processed as soon as possible. You can then check its processing state by visiting this dedicated page.
swh spinner

Processing "take a new snapshot" request ...

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
  • revision
  • snapshot
origin badgecontent badge
swh:1:cnt:7645878e348d019d4166fbb2a8e5b9dbf8e99556
origin badgedirectory badge
swh:1:dir:40563beec6fc96f51f5281c2144a63e584d6b3c9
origin badgerevision badge
swh:1:rev:67b8c9582902a98997901325bb52ef34c248c844
origin badgesnapshot badge
swh:1:snp:4a943ce69090898ed8488f175cc92d3407bcf125

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
  • revision
  • snapshot
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Tip revision: 67b8c9582902a98997901325bb52ef34c248c844 authored by zhaosong_Huang on 05 April 2020, 07:20:15 UTC
Merge pull request #4 from wintericie/patch-1
Tip revision: 67b8c95
package.json
{
  "name": "express-webpack-full-live-reload-example",
  "version": "1.0.0",
  "description": "A workflow with full live reload for webpack&express application.",
  "repository": {
    "type": "git",
    "url": "https://github.com/kenanpengyou/express-webpack-full-live-reload-example.git"
  },
  "author": "liangzhu",
  "main": "app.js",
  "scripts": {
    "start": "cross-env NODE_ENV=dev supervisor -w server,app.js -e node,js,html app",
    "browsersync": "cross-env NODE_ENV=dev node app_browsersync",
    "build": "webpack",
    "production": "webpack --config webpack.production.config.js -p & cross-env NODE_ENV=production node app"
  },
  "license": "MIT",
  "dependencies": {
    "consolidate": "^0.14.5",
    "d3": "^4.13.0",
    "echarts": "^3.7.2",
    "ejs": "^2.5.5",
    "express": "^4.14.0",
    "fs": "0.0.1-security",
    "jquery": "^3.3.1",
    "kmeans-js": "^0.1.2",
    "leaflet": "^1.3.1",
    "ml-kmeans": "^3.0.0",
    "ml-pca": "^2.1.0",
    "munkres-js": "^1.2.2",
    "node-sass": "^4.9.0",
    "node.extend": "^2.0.0",
    "shapefile": "^0.6.6",
    "shp": "0.0.1",
    "shpjs": "^3.4.2",
    "turf": "^3.0.14"
  },
  "devDependencies": {
    "browser-sync": "^2.18.5",
    "chokidar": "^1.6.1",
    "clean-webpack-plugin": "^0.1.14",
    "cross-env": "^3.1.4",
    "css-loader": "^0.26.1",
    "extract-text-webpack-plugin": "^2.0.0-rc.3",
    "file-loader": "^0.10.0",
    "npm-install-webpack-plugin": "^4.0.5",
    "reload": "^1.1.1",
    "resolve-url-loader": "^2.0.0",
    "sass-loader": "^6.0.1",
    "style-loader": "^0.13.1",
    "url-loader": "^0.5.7",
    "webpack": "^2.2.1",
    "webpack-dev-middleware": "^1.10.1",
    "webpack-hot-middleware": "^2.17.0"
  }
}

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API