Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

82 řádky
2.1 KiB

  1. {
  2. "_args": [
  3. [
  4. "esutils@2.0.3",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "esutils@2.0.3",
  9. "_id": "esutils@2.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
  12. "_location": "/esutils",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "esutils@2.0.3",
  18. "name": "esutils",
  19. "escapedName": "esutils",
  20. "rawSpec": "2.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.3"
  23. },
  24. "_requiredBy": [
  25. "/@babel/preset-modules",
  26. "/babel-code-frame",
  27. "/babel-types",
  28. "/doctrine",
  29. "/escodegen",
  30. "/eslint",
  31. "/eslint-plugin-import/doctrine"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
  34. "_spec": "2.0.3",
  35. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  36. "bugs": {
  37. "url": "https://github.com/estools/esutils/issues"
  38. },
  39. "description": "utility box for ECMAScript language tools",
  40. "devDependencies": {
  41. "chai": "~1.7.2",
  42. "coffee-script": "~1.6.3",
  43. "jshint": "2.6.3",
  44. "mocha": "~2.2.1",
  45. "regenerate": "~1.3.1",
  46. "unicode-9.0.0": "~0.7.0"
  47. },
  48. "directories": {
  49. "lib": "./lib"
  50. },
  51. "engines": {
  52. "node": ">=0.10.0"
  53. },
  54. "files": [
  55. "LICENSE.BSD",
  56. "README.md",
  57. "lib"
  58. ],
  59. "homepage": "https://github.com/estools/esutils",
  60. "license": "BSD-2-Clause",
  61. "main": "lib/utils.js",
  62. "maintainers": [
  63. {
  64. "name": "Yusuke Suzuki",
  65. "email": "utatane.tea@gmail.com",
  66. "url": "http://github.com/Constellation"
  67. }
  68. ],
  69. "name": "esutils",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+ssh://git@github.com/estools/esutils.git"
  73. },
  74. "scripts": {
  75. "generate-regex": "node tools/generate-identifier-regex.js",
  76. "lint": "jshint lib/*.js",
  77. "test": "npm run-script lint && npm run-script unit-test",
  78. "unit-test": "mocha --compilers coffee:coffee-script -R spec"
  79. },
  80. "version": "2.0.3"
  81. }