package.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. {
  2. "_from": "three",
  3. "_id": "three@0.130.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-OSPPKcGvFSiGkG3jFrwwC76PBV/ZSrGxpBbg28bW8s9GU8r/y2spNGtEXHEb/CVqo0Ctf5Lx2rVaxQZB6OasaA==",
  6. "_location": "/three",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "three",
  12. "name": "three",
  13. "escapedName": "three",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/three/-/three-0.130.1.tgz",
  23. "_shasum": "797588b2877ace31603bbbc864eb2e3022f0b3b4",
  24. "_spec": "three",
  25. "_where": "D:\\Code\\ThreeJSProjects\\Journey",
  26. "author": {
  27. "name": "mrdoob"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mrdoob/three.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "JavaScript 3D library",
  35. "devDependencies": {
  36. "@babel/core": "^7.14.3",
  37. "@babel/eslint-parser": "^7.14.4",
  38. "@babel/plugin-proposal-class-properties": "^7.13.0",
  39. "@babel/preset-env": "^7.14.4",
  40. "@rollup/plugin-babel": "^5.3.0",
  41. "@rollup/plugin-node-resolve": "^13.0.0",
  42. "chalk": "^4.1.1",
  43. "concurrently": "^6.2.0",
  44. "eslint": "^7.28.0",
  45. "eslint-config-mdcs": "^5.0.0",
  46. "eslint-plugin-html": "^6.1.2",
  47. "glob": "^7.1.7",
  48. "rollup": "^2.50.6",
  49. "rollup-plugin-filesize": "^9.1.1",
  50. "rollup-plugin-terser": "^7.0.2",
  51. "rollup-plugin-visualizer": "^5.5.0",
  52. "servez": "^1.11.0"
  53. },
  54. "directories": {
  55. "doc": "docs",
  56. "example": "examples",
  57. "test": "test"
  58. },
  59. "eslintConfig": {
  60. "root": true,
  61. "extends": "mdcs",
  62. "parser": "@babel/eslint-parser",
  63. "parserOptions": {
  64. "babelOptions": {
  65. "configFile": "./utils/build/.babelrc.json"
  66. }
  67. },
  68. "plugins": [
  69. "html"
  70. ],
  71. "globals": {
  72. "potpack": true,
  73. "fflate": true,
  74. "ZSTDDecoder": true,
  75. "bodymovin": true,
  76. "OIMO": true,
  77. "Stats": true
  78. },
  79. "rules": {
  80. "quotes": [
  81. "error",
  82. "single"
  83. ],
  84. "prefer-const": [
  85. "error",
  86. {
  87. "destructuring": "any",
  88. "ignoreReadBeforeAssign": false
  89. }
  90. ]
  91. }
  92. },
  93. "files": [
  94. "build/three.js",
  95. "build/three.min.js",
  96. "build/three.module.js",
  97. "examples/js",
  98. "examples/jsm",
  99. "examples/fonts",
  100. "LICENSE",
  101. "package.json",
  102. "README.md",
  103. "src"
  104. ],
  105. "homepage": "https://threejs.org/",
  106. "jspm": {
  107. "files": [
  108. "package.json",
  109. "LICENSE",
  110. "README.md",
  111. "build/three.js",
  112. "build/three.min.js",
  113. "build/three.module.js"
  114. ],
  115. "directories": {}
  116. },
  117. "keywords": [
  118. "three",
  119. "three.js",
  120. "javascript",
  121. "3d",
  122. "virtual-reality",
  123. "augmented-reality",
  124. "webgl",
  125. "webgl2",
  126. "webaudio",
  127. "webgpu",
  128. "webxr",
  129. "canvas",
  130. "svg",
  131. "html5"
  132. ],
  133. "license": "MIT",
  134. "main": "build/three.js",
  135. "module": "build/three.module.js",
  136. "name": "three",
  137. "repository": {
  138. "type": "git",
  139. "url": "git+https://github.com/mrdoob/three.js.git"
  140. },
  141. "scripts": {
  142. "build": "rollup -c utils/build/rollup.config.js",
  143. "build-examples": "rollup -c utils/build/rollup.examples.config.js && echo '\nFormatting...' && eslint examples/js --ext js --ignore-pattern libs --ignore-pattern ifc --fix",
  144. "dev": "concurrently --names \"ROLLUP,HTTP\" -c \"bgBlue.bold,bgGreen.bold\" \"rollup -c utils/build/rollup.config.js -w -m inline\" \"servez -p 8080\"",
  145. "lint": "eslint src --ext js",
  146. "lint-docs": "eslint docs --ext html",
  147. "lint-examples": "eslint examples/js examples/jsm --ext js --ignore-pattern libs --ignore-pattern ifc",
  148. "lint-fix": "npm run lint -- --fix && npm run lint-examples -- --fix",
  149. "make-screenshot": "node test/e2e/puppeteer.js --make",
  150. "prepublishOnly": "node utils/prepublish.js",
  151. "start": "npm run dev",
  152. "test": "npm run lint && npm run test-unit",
  153. "test-e2e": "node test/e2e/puppeteer.js",
  154. "test-e2e-cov": "node test/e2e/check-coverage.js",
  155. "test-treeshake": "rollup -c test/rollup.treeshake.config.js",
  156. "test-unit": "npm run unit --prefix test",
  157. "test-unit-examples": "npm run unit-examples --prefix test"
  158. },
  159. "sideEffects": false,
  160. "version": "0.130.1"
  161. }