package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "code-point-at@^1.0.0",
  6. "scope": null,
  7. "escapedName": "code-point-at",
  8. "name": "code-point-at",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/readline2"
  14. ]
  15. ],
  16. "_from": "code-point-at@>=1.0.0 <2.0.0",
  17. "_id": "code-point-at@1.1.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/code-point-at",
  21. "_nodeVersion": "4.6.1",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/code-point-at-1.1.0.tgz_1478169780337_0.8445875702891499"
  25. },
  26. "_npmUser": {
  27. "name": "sindresorhus",
  28. "email": "sindresorhus@gmail.com"
  29. },
  30. "_npmVersion": "2.15.9",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "code-point-at@^1.0.0",
  34. "scope": null,
  35. "escapedName": "code-point-at",
  36. "name": "code-point-at",
  37. "rawSpec": "^1.0.0",
  38. "spec": ">=1.0.0 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/readline2"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
  45. "_shasum": "0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77",
  46. "_shrinkwrap": null,
  47. "_spec": "code-point-at@^1.0.0",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/readline2",
  49. "author": {
  50. "name": "Sindre Sorhus",
  51. "email": "sindresorhus@gmail.com",
  52. "url": "sindresorhus.com"
  53. },
  54. "bugs": {
  55. "url": "https://github.com/sindresorhus/code-point-at/issues"
  56. },
  57. "dependencies": {},
  58. "description": "ES2015 `String#codePointAt()` ponyfill",
  59. "devDependencies": {
  60. "ava": "*",
  61. "xo": "^0.16.0"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77",
  66. "tarball": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz"
  67. },
  68. "engines": {
  69. "node": ">=0.10.0"
  70. },
  71. "files": [
  72. "index.js"
  73. ],
  74. "gitHead": "f8f21c8df2d40248fef1b36ca9076e59c0c34791",
  75. "homepage": "https://github.com/sindresorhus/code-point-at#readme",
  76. "keywords": [
  77. "es2015",
  78. "ponyfill",
  79. "polyfill",
  80. "shim",
  81. "string",
  82. "str",
  83. "code",
  84. "point",
  85. "at",
  86. "codepoint",
  87. "unicode"
  88. ],
  89. "license": "MIT",
  90. "maintainers": [
  91. {
  92. "name": "sindresorhus",
  93. "email": "sindresorhus@gmail.com"
  94. }
  95. ],
  96. "name": "code-point-at",
  97. "optionalDependencies": {},
  98. "readme": "ERROR: No README data found!",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/sindresorhus/code-point-at.git"
  102. },
  103. "scripts": {
  104. "test": "xo && ava"
  105. },
  106. "version": "1.1.0"
  107. }