Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

67 строки
2.0 KiB

  1. {
  2. "_args": [
  3. [
  4. "isomorphic-fetch@2.2.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "isomorphic-fetch@2.2.1",
  9. "_id": "isomorphic-fetch@2.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=",
  12. "_location": "/isomorphic-fetch",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "isomorphic-fetch@2.2.1",
  18. "name": "isomorphic-fetch",
  19. "escapedName": "isomorphic-fetch",
  20. "rawSpec": "2.2.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.2.1"
  23. },
  24. "_requiredBy": [
  25. "/draft-js/fbjs",
  26. "/fbjs"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz",
  29. "_spec": "2.2.1",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  31. "author": {
  32. "name": "Matt Andrews",
  33. "email": "matt@mattandre.ws"
  34. },
  35. "browser": "fetch-npm-browserify.js",
  36. "bugs": {
  37. "url": "https://github.com/matthew-andrews/isomorphic-fetch/issues"
  38. },
  39. "dependencies": {
  40. "node-fetch": "^1.0.1",
  41. "whatwg-fetch": ">=0.10.0"
  42. },
  43. "description": "Isomorphic WHATWG Fetch API, for Node & Browserify",
  44. "devDependencies": {
  45. "chai": "^1.10.0",
  46. "es6-promise": "^2.0.1",
  47. "jshint": "^2.5.11",
  48. "lintspaces-cli": "0.0.4",
  49. "mocha": "^2.1.0",
  50. "nock": "^0.56.0",
  51. "npm-prepublish": "^1.0.2"
  52. },
  53. "homepage": "https://github.com/matthew-andrews/isomorphic-fetch/issues",
  54. "license": "MIT",
  55. "main": "fetch-npm-node.js",
  56. "name": "isomorphic-fetch",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/matthew-andrews/isomorphic-fetch.git"
  60. },
  61. "scripts": {
  62. "files": "find . -name '*.js' ! -path './node_modules/*' ! -path './bower_components/*'",
  63. "test": "jshint `npm run -s files` && lintspaces -i js-comments -e .editorconfig `npm run -s files` && mocha"
  64. },
  65. "version": "2.2.1"
  66. }