package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "to-fast-properties@2.0.0",
  5. "/Users/wc/Desktop/HBuilder/vue3_cesium"
  6. ]
  7. ],
  8. "_from": "to-fast-properties@2.0.0",
  9. "_id": "to-fast-properties@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=",
  12. "_location": "/to-fast-properties",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "to-fast-properties@2.0.0",
  18. "name": "to-fast-properties",
  19. "escapedName": "to-fast-properties",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/@babel/types"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  28. "_spec": "2.0.0",
  29. "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/to-fast-properties/issues"
  37. },
  38. "description": "Force V8 to use fast properties for an object",
  39. "devDependencies": {
  40. "ava": "0.0.4"
  41. },
  42. "engines": {
  43. "node": ">=4"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/to-fast-properties#readme",
  49. "keywords": [
  50. "object",
  51. "obj",
  52. "properties",
  53. "props",
  54. "v8",
  55. "optimize",
  56. "fast",
  57. "convert",
  58. "mode"
  59. ],
  60. "license": "MIT",
  61. "name": "to-fast-properties",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/sindresorhus/to-fast-properties.git"
  65. },
  66. "scripts": {
  67. "test": "node --allow-natives-syntax test.js"
  68. },
  69. "version": "2.0.0"
  70. }