123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "_args": [
- [
- "internmap@2.0.3",
- "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
- ]
- ],
- "_from": "internmap@2.0.3",
- "_id": "internmap@2.0.3",
- "_inBundle": false,
- "_integrity": "sha1-ZoXyN1XkPFJOJR0py8lySOMGEAk=",
- "_location": "/internmap",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "internmap@2.0.3",
- "name": "internmap",
- "escapedName": "internmap",
- "rawSpec": "2.0.3",
- "saveSpec": null,
- "fetchSpec": "2.0.3"
- },
- "_requiredBy": [
- "/d3-array",
- "/d3-contour/d3-array"
- ],
- "_resolved": "https://registry.nlark.com/internmap/download/internmap-2.0.3.tgz",
- "_spec": "2.0.3",
- "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
- "author": {
- "name": "Mike Bostock",
- "url": "https://bost.ocks.org/mike"
- },
- "bugs": {
- "url": "https://github.com/mbostock/internmap/issues"
- },
- "description": "Map and Set with automatic key interning",
- "devDependencies": {
- "eslint": "^7.32.0",
- "mocha": "^9.1.1",
- "rollup": "^2.56.3",
- "rollup-plugin-terser": "^7.0.2"
- },
- "engines": {
- "node": ">=12"
- },
- "exports": {
- "umd": "./dist/internmap.min.js",
- "default": "./src/index.js"
- },
- "files": [
- "dist/**/*.js",
- "src/**/*.js"
- ],
- "homepage": "https://github.com/mbostock/internmap/",
- "jsdelivr": "dist/internmap.min.js",
- "license": "ISC",
- "main": "src/index.js",
- "module": "src/index.js",
- "name": "internmap",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/mbostock/internmap.git"
- },
- "scripts": {
- "postpublish": "git push && git push --tags",
- "prepublishOnly": "rm -rf dist && yarn test && rollup -c",
- "test": "mocha 'test/**/*-test.js' && eslint src test"
- },
- "sideEffects": false,
- "type": "module",
- "unpkg": "dist/internmap.min.js",
- "version": "2.0.3"
- }
|