package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "simple-concat@^1.0.0",
  3. "_id": "simple-concat@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-c0TLuLbib7J9ZrL8hvn21Zl1IcY=",
  6. "_location": "/simple-concat",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "simple-concat@^1.0.0",
  12. "name": "simple-concat",
  13. "escapedName": "simple-concat",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/undeclared-identifiers"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.0.tgz",
  22. "_shasum": "7344cbb8b6e26fb27d66b2fc86f9f6d5997521c6",
  23. "_spec": "simple-concat@^1.0.0",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/undeclared-identifiers",
  25. "author": {
  26. "name": "Feross Aboukhadijeh",
  27. "email": "feross@feross.org",
  28. "url": "http://feross.org/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/feross/simple-concat/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Super-minimalist version of `concat-stream`. Less than 15 lines!",
  37. "devDependencies": {
  38. "standard": "^6.0.8",
  39. "tape": "^4.0.0"
  40. },
  41. "homepage": "https://github.com/feross/simple-concat",
  42. "keywords": [
  43. "concat",
  44. "concat-stream",
  45. "concat stream"
  46. ],
  47. "license": "MIT",
  48. "main": "index.js",
  49. "name": "simple-concat",
  50. "repository": {
  51. "type": "git",
  52. "url": "git://github.com/feross/simple-concat.git"
  53. },
  54. "scripts": {
  55. "test": "standard && tape test/*.js"
  56. },
  57. "version": "1.0.0"
  58. }