package.json 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "to-fast-properties@2.0.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "to-fast-properties@2.0.0",
  10. "_id": "to-fast-properties@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=",
  13. "_location": "/to-fast-properties",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "to-fast-properties@2.0.0",
  19. "name": "to-fast-properties",
  20. "escapedName": "to-fast-properties",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/@babel/core/@babel/types",
  27. "/@babel/generator/@babel/types",
  28. "/@babel/helper-annotate-as-pure/@babel/types",
  29. "/@babel/helper-builder-binary-assignment-operator-visitor/@babel/types",
  30. "/@babel/helper-define-polyfill-provider/@babel/types",
  31. "/@babel/helper-environment-visitor/@babel/types",
  32. "/@babel/helper-explode-assignable-expression/@babel/types",
  33. "/@babel/helper-function-name/@babel/types",
  34. "/@babel/helper-hoist-variables/@babel/types",
  35. "/@babel/helper-member-expression-to-functions/@babel/types",
  36. "/@babel/helper-module-transforms/@babel/types",
  37. "/@babel/helper-optimise-call-expression/@babel/types",
  38. "/@babel/helper-remap-async-to-generator/@babel/types",
  39. "/@babel/helper-replace-supers/@babel/types",
  40. "/@babel/helper-simple-access/@babel/types",
  41. "/@babel/helper-skip-transparent-expression-wrappers/@babel/types",
  42. "/@babel/helper-split-export-declaration/@babel/types",
  43. "/@babel/helper-wrap-function/@babel/types",
  44. "/@babel/helpers/@babel/types",
  45. "/@babel/plugin-transform-async-to-generator/@babel/types",
  46. "/@babel/preset-env/@babel/types",
  47. "/@babel/template/@babel/types",
  48. "/@babel/traverse/@babel/types",
  49. "/@babel/types",
  50. "/@vue/babel-preset-app/@babel/types"
  51. ],
  52. "_resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
  53. "_spec": "2.0.0",
  54. "_where": "E:\\item\\newItem\\admin",
  55. "author": {
  56. "name": "Sindre Sorhus",
  57. "email": "sindresorhus@gmail.com",
  58. "url": "sindresorhus.com"
  59. },
  60. "bugs": {
  61. "url": "https://github.com/sindresorhus/to-fast-properties/issues"
  62. },
  63. "description": "Force V8 to use fast properties for an object",
  64. "devDependencies": {
  65. "ava": "0.0.4"
  66. },
  67. "engines": {
  68. "node": ">=4"
  69. },
  70. "files": [
  71. "index.js"
  72. ],
  73. "homepage": "https://github.com/sindresorhus/to-fast-properties#readme",
  74. "keywords": [
  75. "object",
  76. "obj",
  77. "properties",
  78. "props",
  79. "v8",
  80. "optimize",
  81. "fast",
  82. "convert",
  83. "mode"
  84. ],
  85. "license": "MIT",
  86. "name": "to-fast-properties",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/sindresorhus/to-fast-properties.git"
  90. },
  91. "scripts": {
  92. "test": "node --allow-natives-syntax test.js"
  93. },
  94. "version": "2.0.0"
  95. }