1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/registry/npm/ms/registry.json
David Sherret 8539cacbbe
chore: update more registry.json files (#25615)
Extracted out of https://github.com/denoland/deno/pull/25614

It's better for these to be non-minified because then diffs are better
when adding new versions.
2024-09-13 15:27:20 +01:00

72 lines
1.9 KiB
JSON

{
"name": "ms",
"description": "Tiny millisecond conversion utility",
"dist-tags": {
"latest": "2.1.2"
},
"versions": {
"2.1.2": {
"name": "ms",
"version": "2.1.2",
"description": "Tiny millisecond conversion utility",
"repository": {
"type": "git",
"url": "git+https://github.com/zeit/ms.git"
},
"main": "./index",
"scripts": {
"precommit": "lint-staged",
"lint": "eslint lib/* bin/*",
"test": "mocha tests.js"
},
"eslintConfig": {
"extends": "eslint:recommended",
"env": {
"node": true,
"es6": true
}
},
"lint-staged": {
"*.js": [
"npm run lint",
"prettier --single-quote --write",
"git add"
]
},
"license": "MIT",
"devDependencies": {
"eslint": "4.12.1",
"expect.js": "0.3.1",
"husky": "0.14.3",
"lint-staged": "5.0.0",
"mocha": "4.0.1"
},
"gitHead": "7920885eb232fbe7a5efdab956d3e7c507c92ddf",
"bugs": {
"url": "https://github.com/zeit/ms/issues"
},
"_id": "ms@2.1.2",
"_npmVersion": "6.4.1",
"_nodeVersion": "10.15.3",
"dist": {
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
"shasum": "d09d1f357b443f493382a8eb3ccd183872ae6009",
"tarball": "http://localhost:4260/ms/ms-2.1.2.tgz",
"fileCount": 4,
"unpackedSize": 6842
},
"directories": {},
"_hasShrinkwrap": false
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/vercel/ms.git"
},
"bugs": {
"url": "https://github.com/vercel/ms/issues"
},
"readmeFilename": "readme.md",
"homepage": "https://github.com/vercel/ms#readme",
"license": "MIT"
}