package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "to-fast-properties@^1.0.1",
  5. "D:\\work\\im\\node_modules\\babel-types"
  6. ]
  7. ],
  8. "_from": "to-fast-properties@>=1.0.1 <2.0.0",
  9. "_id": "to-fast-properties@1.0.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/to-fast-properties",
  13. "_nodeVersion": "4.3.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-13-west.internal.npmjs.com",
  16. "tmp": "tmp/to-fast-properties-1.0.2.tgz_1458494284238_0.9049524136353284"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "2.14.12",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "to-fast-properties",
  26. "raw": "to-fast-properties@^1.0.1",
  27. "rawSpec": "^1.0.1",
  28. "scope": null,
  29. "spec": ">=1.0.1 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/babel-types"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.2.tgz",
  36. "_shasum": "f3f5c0c3ba7299a7ef99427e44633257ade43320",
  37. "_shrinkwrap": null,
  38. "_spec": "to-fast-properties@^1.0.1",
  39. "_where": "D:\\work\\im\\node_modules\\babel-types",
  40. "author": {
  41. "email": "sindresorhus@gmail.com",
  42. "name": "Sindre Sorhus",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/to-fast-properties/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Force V8 to use fast properties for an object",
  50. "devDependencies": {
  51. "ava": "0.0.4"
  52. },
  53. "directories": {},
  54. "dist": {
  55. "shasum": "f3f5c0c3ba7299a7ef99427e44633257ade43320",
  56. "tarball": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.2.tgz"
  57. },
  58. "engines": {
  59. "node": ">=0.10.0"
  60. },
  61. "files": [
  62. "index.js"
  63. ],
  64. "gitHead": "f65cab875234f8a9ee9b28df5d4db5c4a92fd0d9",
  65. "homepage": "https://github.com/sindresorhus/to-fast-properties#readme",
  66. "keywords": [
  67. "object",
  68. "obj",
  69. "properties",
  70. "props",
  71. "v8",
  72. "optimize",
  73. "fast",
  74. "convert",
  75. "mode"
  76. ],
  77. "license": "MIT",
  78. "maintainers": [
  79. {
  80. "email": "sindresorhus@gmail.com",
  81. "name": "sindresorhus"
  82. }
  83. ],
  84. "name": "to-fast-properties",
  85. "optionalDependencies": {},
  86. "readme": "ERROR: No README data found!",
  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": "1.0.2"
  95. }