package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. "@jridgewell/set-array@1.1.2",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@jridgewell/set-array@1.1.2",
  10. "_id": "@jridgewell/set-array@1.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
  13. "_location": "/@jridgewell/set-array",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@jridgewell/set-array@1.1.2",
  19. "name": "@jridgewell/set-array",
  20. "escapedName": "@jridgewell%2fset-array",
  21. "scope": "@jridgewell",
  22. "rawSpec": "1.1.2",
  23. "saveSpec": null,
  24. "fetchSpec": "1.1.2"
  25. },
  26. "_requiredBy": [
  27. "/@babel/generator/@jridgewell/gen-mapping",
  28. "/@jridgewell/gen-mapping"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",
  31. "_spec": "1.1.2",
  32. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  33. "author": {
  34. "name": "Justin Ridgewell",
  35. "email": "justin@ridgewell.name"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jridgewell/set-array/issues"
  39. },
  40. "description": "Like a Set, but provides the index of the `key` in the backing array",
  41. "devDependencies": {
  42. "@rollup/plugin-typescript": "8.3.0",
  43. "@types/mocha": "9.1.1",
  44. "@types/node": "17.0.29",
  45. "@typescript-eslint/eslint-plugin": "5.10.0",
  46. "@typescript-eslint/parser": "5.10.0",
  47. "c8": "7.11.0",
  48. "eslint": "8.7.0",
  49. "eslint-config-prettier": "8.3.0",
  50. "mocha": "9.2.0",
  51. "npm-run-all": "4.1.5",
  52. "prettier": "2.5.1",
  53. "rollup": "2.66.0",
  54. "typescript": "4.5.5"
  55. },
  56. "engines": {
  57. "node": ">=6.0.0"
  58. },
  59. "exports": {
  60. ".": [
  61. {
  62. "types": "./dist/types/set-array.d.ts",
  63. "browser": "./dist/set-array.umd.js",
  64. "require": "./dist/set-array.umd.js",
  65. "import": "./dist/set-array.mjs"
  66. },
  67. "./dist/set-array.umd.js"
  68. ],
  69. "./package.json": "./package.json"
  70. },
  71. "files": [
  72. "dist",
  73. "src"
  74. ],
  75. "homepage": "https://github.com/jridgewell/set-array#readme",
  76. "keywords": [],
  77. "license": "MIT",
  78. "main": "dist/set-array.umd.js",
  79. "module": "dist/set-array.mjs",
  80. "name": "@jridgewell/set-array",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/jridgewell/set-array.git"
  84. },
  85. "scripts": {
  86. "build": "run-s -n build:*",
  87. "build:rollup": "rollup -c rollup.config.js",
  88. "build:ts": "tsc --project tsconfig.build.json",
  89. "lint": "run-s -n lint:*",
  90. "lint:prettier": "npm run test:lint:prettier -- --write",
  91. "lint:ts": "npm run test:lint:ts -- --fix",
  92. "prebuild": "rm -rf dist",
  93. "prepublishOnly": "npm run preversion",
  94. "pretest": "run-s build:rollup",
  95. "preversion": "run-s test build",
  96. "test": "run-s -n test:lint test:only",
  97. "test:coverage": "c8 mocha",
  98. "test:debug": "mocha --inspect-brk",
  99. "test:lint": "run-s -n test:lint:*",
  100. "test:lint:prettier": "prettier --check '{src,test}/**/*.ts'",
  101. "test:lint:ts": "eslint '{src,test}/**/*.ts'",
  102. "test:only": "mocha",
  103. "test:watch": "mocha --watch"
  104. },
  105. "typings": "dist/types/set-array.d.ts",
  106. "version": "1.1.2"
  107. }