package.json 1.6 KB

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