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/source-map/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

73 lines
2.1 KiB
JSON

{
"name": "source-map",
"description": "Generates and consumes source maps",
"dist-tags": {
"latest": "0.6.1"
},
"versions": {
"0.6.1": {
"name": "source-map",
"description": "Generates and consumes source maps",
"version": "0.6.1",
"author": {
"name": "Nick Fitzgerald",
"email": "nfitzgerald@mozilla.com"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mozilla/source-map.git"
},
"main": "./source-map.js",
"files": [
"source-map.js",
"source-map.d.ts",
"lib/",
"dist/source-map.debug.js",
"dist/source-map.js",
"dist/source-map.min.js",
"dist/source-map.min.js.map"
],
"engines": {
"node": ">=0.10.0"
},
"license": "BSD-3-Clause",
"scripts": {
"test": "npm run build && node test/run-tests.js",
"build": "webpack --color",
"toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md"
},
"devDependencies": {
"doctoc": "^0.15.0",
"webpack": "^1.12.0"
},
"typings": "source-map",
"gitHead": "ac518d2f21818146f3310557bd51c13d8cff2ba8",
"bugs": {
"url": "https://github.com/mozilla/source-map/issues"
},
"_id": "source-map@0.6.1",
"_npmVersion": "5.3.0",
"_nodeVersion": "8.4.0",
"dist": {
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
"shasum": "74722af32e9614e9c287a8d0bbde48b5e2f1a263",
"tarball": "http://localhost:4260/source-map/source-map-0.6.1.tgz"
},
"directories": {}
}
},
"author": {
"name": "Nick Fitzgerald",
"email": "nfitzgerald@mozilla.com"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mozilla/source-map.git"
},
"readmeFilename": "README.md",
"homepage": "https://github.com/mozilla/source-map",
"bugs": {
"url": "https://github.com/mozilla/source-map/issues"
},
"license": "BSD-3-Clause"
}