12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "_args": [
- [
- "data-joint@1.2.4",
- "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
- ]
- ],
- "_development": true,
- "_from": "data-joint@1.2.4",
- "_id": "data-joint@1.2.4",
- "_inBundle": false,
- "_integrity": "sha1-TY9EPXrj1CYmr++dppRSiOfbQ5A=",
- "_location": "/data-joint",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "data-joint@1.2.4",
- "name": "data-joint",
- "escapedName": "data-joint",
- "rawSpec": "1.2.4",
- "saveSpec": null,
- "fetchSpec": "1.2.4"
- },
- "_requiredBy": [
- "/three-forcegraph"
- ],
- "_resolved": "https://registry.nlark.com/data-joint/download/data-joint-1.2.4.tgz",
- "_spec": "1.2.4",
- "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
- "author": {
- "name": "Vasco Asturiano",
- "url": "http://bl.ocks.org/vasturiano"
- },
- "bugs": {
- "url": "https://github.com/vasturiano/data-joint/issues"
- },
- "dependencies": {
- "index-array-by": "^1.3.1"
- },
- "description": "Perform data joins with any type of JS objects",
- "devDependencies": {
- "@babel/core": "^7.14.0",
- "@babel/plugin-proposal-class-properties": "^7.13.0",
- "@babel/plugin-proposal-object-rest-spread": "^7.13.8",
- "@babel/preset-env": "^7.14.1",
- "@rollup/plugin-babel": "^5.3.0",
- "@rollup/plugin-commonjs": "^18.1.0",
- "@rollup/plugin-node-resolve": "^13.0.0",
- "rimraf": "^3.0.2",
- "rollup": "^2.47.0",
- "rollup-plugin-dts": "^3.0.1",
- "rollup-plugin-terser": "^7.0.2",
- "typescript": "^4.2.4"
- },
- "files": [
- "src/**/*",
- "dist/**/*",
- "example/**/*"
- ],
- "homepage": "https://github.com/vasturiano/data-joint",
- "keywords": [
- "data",
- "array",
- "join",
- "digest",
- "performance"
- ],
- "license": "MIT",
- "main": "dist/data-joint.common.js",
- "module": "dist/data-joint.module.js",
- "name": "data-joint",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vasturiano/data-joint.git"
- },
- "scripts": {
- "build": "rimraf dist && rollup -c",
- "dev": "rollup -w -c",
- "prepare": "npm run build"
- },
- "types": "dist/data-joint.d.ts",
- "unpkg": "dist/data-joint.min.js",
- "version": "1.2.4"
- }
|